AuthException constructor
- String message
Creates an AuthException with a specific error message.
Parameters:
- message: The error message describing the authentication issue.
Implementation
AuthException(this.message);
Creates an AuthException with a specific error message.
Parameters:
AuthException(this.message);