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