klyn.cryptography.CryptoException.CryptoException
constructor
public CryptoException(message as String = ""):
Description

Creates a new cryptography exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
import klyn.cryptography

ex = CryptoException("Unsupported algorithm")
print(ex.message)