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