BodyParserException constructor
BodyParserException({
- int statusCode = 400,
- Object? response = 'Bad Request',
- required Object exception,
- required StackTrace stacktrace,
HyperioAzkadevUncompleteDocumentation
Implementation
BodyParserException(
{this.statusCode = 400,
this.response = 'Bad Request',
required this.exception,
required this.stacktrace});