BadGatewayException constructor

BadGatewayException(
  1. String message, {
  2. Status? status,
})

Implementation

BadGatewayException(super.message, {super.status}) : super(statusCode: 502);