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