InternalServerErrorException
- Full name:
\Qubus\Exception\Http\Server\InternalServerErrorException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The server encountered an unexpected condition ' . 'which prevented it from fulfilling the request.', int $code = 500, ?\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: