public CryptoException(message as String = ""):
Creates a new cryptography exception.
message
import klyn.cryptography ex = CryptoException("Unsupported algorithm") print(ex.message)