Skip to content

Kirby 4.4.1

new NextRouteException()

  • Full class name: Kirby\Http\Exceptions\NextRouteException
new NextRouteException(string $message = '', int $code = 0, ?Throwable $previous = null)

Parameters

Name Type Default
$message string ''
$code int 0
$previous Throwable|null null

Parent class

Kirby\Http\Exceptions\NextRouteException inherited from Exception