menu
fos package
documentation
errors/exceptions.dart
ServerException
ServerException const constructor
ServerException const constructor
dark_mode
light_mode
ServerException
constructor
const
ServerException
(
{
String
?
message
,
int
?
error
,
})
Implementation
const ServerException({ super.message, super.error, });
fos package
documentation
errors/exceptions
ServerException
ServerException const constructor
ServerException class