menu
fos package
documentation
errors/exceptions.dart
UnauthorizedException
UnauthorizedException const constructor
UnauthorizedException const constructor
dark_mode
light_mode
UnauthorizedException
constructor
const
UnauthorizedException
(
{
String
?
message
,
int
?
error
,
})
Implementation
const UnauthorizedException({ super.message, super.error, });
fos package
documentation
errors/exceptions
UnauthorizedException
UnauthorizedException const constructor
UnauthorizedException class