AesCryptException constructor
const
AesCryptException(
- String message,
- AesCryptExceptionType type
Creates a new AesCryptException with an error message message and type type.
Implementation
const AesCryptException(this.message, this.type);