new NextRouteException()
new NextRouteException(string $message = '', int $code = 0, Throwable|null $previous = null)
Parameters
Name | Type | Default |
---|---|---|
$message | string |
''
|
$code | int |
0
|
$previous | Throwable ornull |
null
|
Parent class
Kirby\Http\Exceptions\NextRouteException
inherited from Exception