AuthException constructor
AuthException(
- String message
Implementation
AuthException(String message) : super('Auth error: $message');
AuthException(String message) : super('Auth error: $message');