AuthException constructor

AuthException(
  1. AuthExceptionCode code,
  2. String message
)

Implementation

AuthException(this.code, this.message);