mirror of
https://github.com/filp/whoops.git
synced 2026-09-11 18:26:22 +00:00
Merge pull request #757 from AmraniCh/mastert
Added documentation for addFrameFilter method
This commit is contained in:
@@ -99,6 +99,10 @@ Run::handleError(int $level, string $message, string $file = null, int $line = n
|
||||
// through the current stack:
|
||||
Run::handleShutdown()
|
||||
#=> null
|
||||
|
||||
// adds a new frame filter callback to the frame filters stack
|
||||
Run::addFrameFilter()
|
||||
#=> Whoops\Run
|
||||
```
|
||||
|
||||
## <a name="handler-abstract"></a> `Whoops\Handler\Handler` & `Whoops\Handler\HandlerInterface`
|
||||
|
||||
Reference in New Issue
Block a user