GatewayTimeout constructor
const
GatewayTimeout(
- dynamic error
Implementation
const GatewayTimeout(
dynamic error,
) : super('Gateway Timeout', '504', error);
const GatewayTimeout(
dynamic error,
) : super('Gateway Timeout', '504', error);