mirror of
https://github.com/filp/whoops.git
synced 2026-09-14 03:36:38 +00:00
Document SystemFacade capability
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user