DArgon2Exception constructor

DArgon2Exception(
  1. String message,
  2. DArgon2ErrorCode errorCode
)

The constructor for the Exception, which simplifies a thrown error in the Argon2 hashing or verification process.

Requires a String message describing the error and a DArgon2Exception errorCode for a brief error description

Implementation

DArgon2Exception(this.message, this.errorCode);