NoMatchingRouteException
class NoMatchingRouteException extends Exception (View source)
An "no matching route" exception that is thrown if the router could not find a route that matches/resolves the given uri pattern/route values
Properties
protected string | $referenceCode | from Exception | |
protected int | $statusCode |
Methods
string
getReferenceCode()
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
from
Exception
int
getStatusCode()
Returns the HTTP status code this exception corresponds to (defaults to 500).
from
Exception
Details
string
getReferenceCode()
Returns a code which can be communicated publicly so that whoever experiences the exception can refer to it and a developer can find more information about it in the system log.
int
getStatusCode()
Returns the HTTP status code this exception corresponds to (defaults to 500).