Source
HTTPBodyDecoderException(
String message,
{this.underlyingException, int statusCode: 400})
: super(statusCode, message);
HTTPBodyDecoderException(
String message,
{this.underlyingException, int statusCode: 400})
: super(statusCode, message);