class RouteNotFoundException extends InvalidArgumentException

Exception class defining an error for a missing route

Methods

__construct( string $message = '', integer $code = 404, Exception $previous = null)

Constructor

Details

__construct( string $message = '', integer $code = 404, Exception $previous = null)

Constructor

Parameters

string $message The Exception message to throw.
integer $code The Exception code.
Exception $previous The previous exception used for the exception chaining.