menu
rest_api_client package
documentation
exceptions/server_error_exception.dart
ServerErrorException
ServerErrorException constructor
ServerErrorException constructor
dark_mode
light_mode
ServerErrorException
constructor
ServerErrorException
(
{
bool
silent
=
false
,
List
<
String
>
messages
=
const []
,
})
Implementation
ServerErrorException({ super.silent, super.messages, });
rest_api_client package
documentation
exceptions/server_error_exception
ServerErrorException
ServerErrorException constructor
ServerErrorException class