AuthException class
A custom exception for authentication-related errors.
Used to handle and propagate errors during authentication operations.
- Implemented types
Constructors
- AuthException(String message)
- Creates an AuthException with a specific error message.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited