mirror of
https://github.com/filp/whoops.git
synced 2026-09-11 02:06:20 +00:00
Update README.md
Replace "handers" with "handlers"
This commit is contained in:
committed by
GitHub
parent
bc0fd11bc4
commit
da2fef3f8a
@@ -62,7 +62,7 @@ If you are not using any of these frameworks, here's a very simple way to instal
|
||||
$whoops->register();
|
||||
```
|
||||
|
||||
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.
|
||||
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 handlers 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user