DataException
- Full name:
\Qubus\Exception\Data\DataException - Parent class:
\Qubus\Exception\Exception
Methods
__construct
public __construct(string $message = 'The requested data cannot be found in the data source.', int $code = 404, ?\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: