EncryptionException constructor
const
EncryptionException(
- String message
Constructs an EncryptionException with the given message.
Implementation
const EncryptionException(this.message);
Constructs an EncryptionException with the given message.
const EncryptionException(this.message);