AesCryptException constructor

const AesCryptException(
  1. String message,
  2. AesCryptExceptionType type
)

Creates a new AesCryptException with an error message message and type type.

Implementation

const AesCryptException(this.message, this.type);