BadGatewayException constructor
BadGatewayException(
- String message, {
- Status? status,
Implementation
BadGatewayException(super.message, {super.status}) : super(statusCode: 502);