RootRouteWithDefaultControllerException
extends DomainException
in package
FinalYes
Table of Contents
Constants
- MESSAGE : string = 'The root route cannot define a controller, exc...
Methods
- __construct() : mixed
Constants
MESSAGE
public
string
MESSAGE
= 'The root route cannot define a controller, except, if it is a parameterized route which takes at least one parameter.'
Methods
__construct()
public
__construct([Throwable|null $previous = null ]) : mixed
Parameters
- $previous : Throwable|null = null