BadGatewayException constructor
BadGatewayException(})
Implementation
BadGatewayException(
super.message, {
super.uri,
super.responseBody,
super.headers,
super.stackTrace,
}) : super(statusCode: 502);
BadGatewayException(
super.message, {
super.uri,
super.responseBody,
super.headers,
super.stackTrace,
}) : super(statusCode: 502);