RouteNotFoundException
extends Exception
in package
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$code
protected
int
$code
= 404
$message
protected
string
$message
= 'Route not found.'
Methods
__construct()
public
__construct([string|null $routeKey = null ]) : mixed
Parameters
- $routeKey : string|null = null