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