menu
mburger package
documentation
mb_exception.dart
MBException
MBException constructor
MBException constructor
dark_mode
light_mode
MBException
constructor
MBException
(
{
required
int
statusCode
,
String
?
message
,
List
<
String
>
?
errors
,
})
Implementation
MBException({ required this.statusCode, this.message, this.errors, });
mburger package
documentation
mb_exception
MBException
MBException constructor
MBException class