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