__construct()
__construct(string $message = "not found", integer $code = 3, \Throwable $previous = null)
Thrown when a resource is not found
Parameters
| string | $message | error message |
| integer | $code | error code |
| \Throwable | $previous | previous exception (for chaining) |