GatewayTimeoutException constructor

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

Implementation

GatewayTimeoutException(super.message, {super.status})
  : super(statusCode: 504);