menu
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions.dart
UnauthorisedException
UnauthorisedException constructor
UnauthorisedException constructor
dark_mode
light_mode
UnauthorisedException
constructor
UnauthorisedException
(
{
String
?
message
,
String
?
code
=
'401'
,
})
Implementation
UnauthorisedException({String? message, String? code = '401'}) : super(message);
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions
UnauthorisedException
UnauthorisedException constructor
UnauthorisedException class