Skip to content

GatewayTimeoutException


Methods

__construct

public __construct(string $message = 'This server is acting as a gateway or proxy to another server ' . 'but the underlying server or process failed to respond in time.', int $code = 504, ?\Throwable $previous = null): mixed

Parameters:

Parameter Type Description
$message string
$code int
$previous ?\Throwable

Inherited methods

__construct

public __construct(?string $message = '', int $code = 0, ?\Throwable $previous = null): mixed

Parameters:

Parameter Type Description
$message ?string
$code int
$previous ?\Throwable

Throws:


__toString

public __toString(): string