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