RouteNotFoundException
Extends \InvalidArgumentExceptionException class defining an error for a missing route
since |
3.8.0 |
---|
Methods
__construct
Constructor
__construct(string $message = '', integer $code = 404, \Exception $previous = null)
since |
3.8.0 |
---|
Arguments
- $message
string
The Exception message to throw.- $code
integer
The Exception code.- $previous
\Exception
The previous exception used for the exception chaining.