menu
async_var package
documentation
custom_exception.dart
CustomException
CustomException.new const constructor
CustomException.new const constructor
dark_mode
light_mode
CustomException
constructor
const
CustomException
(
{
required
int
status
,
required
String
details
,
})
Implementation
const CustomException({required this.status, required this.details});
async_var package
documentation
custom_exception
CustomException
CustomException.new const constructor
CustomException class