final class RouteNotFoundException extends RuntimeException (View source)

Methods

Details

forRequest

static RouteNotFoundException forRequest(string $method, string $uri)

No description

Parameters

string $method
string $uri

Return Value

RouteNotFoundException

forName

static RouteNotFoundException forName(string $name)

No description

Parameters

string $name

Return Value

RouteNotFoundException