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