Document SystemFacade capability

This commit is contained in:
Denis Sokolov
2016-01-25 09:40:06 +02:00
parent da04b6feb2
commit 4ff8d4fcbe
+2
View File
@@ -63,6 +63,8 @@ If you are not using any of these frameworks, here's a very simple way to instal
For more options, have a look at the **example files** in `examples/` to get a feel for how things work. Also take a look at the [API Documentation](docs/API%20Documentation.md) and the list of available handers below.
You may also want to override some system calls Whoops does. To do that, extend `Whoops\Util\SystemFacade`, override functions that you want and pass it as the argument to the `Run` constructor.
### Available Handlers
**whoops** currently ships with the following built-in handlers, available in the `Whoops\Handler` namespace: