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