Commit c2bbfe57 authored by Fabien Potencier's avatar Fabien Potencier

added missing service in the doc

parent 466a47ad
...@@ -236,6 +236,11 @@ of them. ...@@ -236,6 +236,11 @@ of them.
* **request_context**: The request context is a simplified representation * **request_context**: The request context is a simplified representation
of the request that is used by the Router and the UrlGenerator. of the request that is used by the Router and the UrlGenerator.
* **exception_handler**: The Exception handler is the default handler that is
used when you don't register one via the `error()` method or if your handler
does not return a Response. Disable it with
`unset($app['exception_handler'])`.
.. note:: .. note::
All of these Silex core services are shared. All of these Silex core services are shared.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment