GatewayTimeout constructor

const GatewayTimeout(
  1. dynamic error
)

Implementation

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