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