If a route matching the request is found, the $route and $decontextualized_path
properties are added to the ICanBoogie\HTTP\Request instance. $route holds the ICanBoogie\Routing\Route instance,
$decontextualized_path holds the decontextualized path. The path is decontextualized using
the decontextualize() function.
If the controller's result is not null but is not in instance of ICanBoogie\HTTP\Response, its
result is wrapped in a response instance with the status code 200 and the
Content-Type "text/html; charset=utf-8".
Parameters
$route
$request
Returns
ICanBoogie\HTTP\Response|mixed
public
rescue( ICanBoogie\Routing\Exception$exception, ICanBoogie\HTTP\Request$request )
: ICanBoogie\HTTP\Response
Fires \ICanBoogie\Routing\Dispatcher\RescueEvent and returns the response provided
by third parties. If no response was provided, the exception (or the exception provided by
third parties) is re-thrown.
Fires \ICanBoogie\Routing\Dispatcher\RescueEvent and returns the response provided
by third parties. If no response was provided, the exception (or the exception provided by
third parties) is re-thrown.