menu
yizz_plugin package
documentation
tool/http/http_exceptions.dart
BadRequestException
BadRequestException.new constructor
BadRequestException.new constructor
dark_mode
light_mode
BadRequestException
constructor
BadRequestException
(
{
String
?
message
,
String
?
code
,
})
Implementation
BadRequestException({String? message, String? code}) : super(message, code);
yizz_plugin package
documentation
tool/http/http_exceptions
BadRequestException
BadRequestException.new constructor
BadRequestException class