BadGatewayException
- Full name:
\Qubus\Exception\Http\Server\BadGatewayException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The server cannot complete the request because a ' . 'downstream process failed to respond properly.', int $code = 502, ?\Throwable $previous = null): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | string | |
$code | int | |
$previous | ?\Throwable |
Inherited methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$message | ?string | |
$code | int | |
$previous | ?\Throwable |
Throws: