AuthException constructor
const
AuthException(
- Object error
Create an exception with the given error.
Implementation
const AuthException(this.error);
Create an exception with the given error.
const AuthException(this.error);