menu
shopify_storefront package
documentation
network_exceptions.dart
UnauthorizedException
UnauthorizedException.new constructor
UnauthorizedException.new constructor
dark_mode
light_mode
UnauthorizedException
constructor
UnauthorizedException
(
[
String
?
message
,
String
?
url
])
Implementation
UnauthorizedException([String? message, String? url]) : super(message, 'Bad Request', url);
shopify_storefront package
documentation
network_exceptions
UnauthorizedException
UnauthorizedException.new constructor
UnauthorizedException class