menu
networks_library package
documentation
request/app_exceptions.dart
UnauthorisedException
UnauthorisedException.new constructor
UnauthorisedException.new constructor
dark_mode
light_mode
UnauthorisedException
constructor
UnauthorisedException
(
int
code
,
String
message
)
Implementation
UnauthorisedException(int code, String message) : super(code, message);
networks_library package
documentation
request/app_exceptions
UnauthorisedException
UnauthorisedException.new constructor
UnauthorisedException class