menu
brick_base package
documentation
core/exceptions/app_exceptions.dart
AuthException
AuthException.new constructor
AuthException.new constructor
dark_mode
light_mode
AuthException
constructor
AuthException
(
{
required
String
message
,
String
?
code
,
dynamic
originalError
,
})
Implementation
AuthException({required super.message, super.code, super.originalError});
brick_base package
documentation
core/exceptions/app_exceptions
AuthException
AuthException.new constructor
AuthException class