menu
google_cloud_rpc package
documentation
exceptions.dart
NotFoundException
NotFoundException.new constructor
NotFoundException.new constructor
dark_mode
light_mode
NotFoundException
constructor
NotFoundException
(
String
message
, {
Status
?
status
,
})
Implementation
NotFoundException(super.message, {super.status}) : super(statusCode: 404);
google_cloud_rpc package
documentation
exceptions
NotFoundException
NotFoundException.new constructor
NotFoundException class