menu
flutter_ioe_sdk package
documentation
domain/exceptions/http_exception.dart
AppException
AppException.new constructor
AppException.new constructor
dark_mode
light_mode
AppException
constructor
AppException
(
{
required
String
message
,
required
int
statusCode
,
required
String
identifier
,
})
Implementation
AppException({ required this.message, required this.statusCode, required this.identifier, });
flutter_ioe_sdk package
documentation
domain/exceptions/http_exception
AppException
AppException.new constructor
AppException class