class InvalidRouteDefintionException extends Exception implements ProvidesSolution, CompilesException

Constants

E_UNKNOWN

E_UNDEFINED

E_ACTION

E_URL

E_METHODS

E_INVALID

E_ILLEGAL_KEY

Properties

protected string $class
protected object|null $routeDefinition
protected int $error
protected string $key

Methods

__construct($class, $routeDefinition = null, $error = 0, $key = null)

No description

Solution
getSolution()

No description

compile()

No description

Details

at line 33
__construct($class, $routeDefinition = null, $error = 0, $key = null)

Parameters

$class
$routeDefinition
$error
$key

at line 48
Solution getSolution()

Return Value

Solution

at line 81
compile()