RouteNotFoundException

Extends InvalidArgumentException

Exception 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

stringThe Exception message to throw.

code

intThe Exception code.

previous

ExceptionThe previous exception used for the exception chaining.

Response

mixed