RouteNotFoundException
Extends InvalidArgumentExceptionException class defining an error for a missing route
| since |
3.8.0 |
|---|---|
| package |
Joomla CMS |
Methods
__construct
Constructor
__construct(string message = '', int code = 404, \Exception previous = null) : mixed
| since |
3.8.0 |
|---|
Arguments
- message
stringThe Exception message to throw.- code
intThe Exception code.- previous
\ExceptionThe previous exception used for the exception chaining.
Response
mixed