Skip to content

Commit

Permalink
Merge pull request #757 from AmraniCh/mastert
Browse files Browse the repository at this point in the history
Added documentation for addFrameFilter method
  • Loading branch information
denis-sokolov committed May 7, 2023
2 parents 76c1a31 + 4aa18d9 commit 7d330e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/API Documentation.md
Expand Up @@ -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`
Expand Down

0 comments on commit 7d330e2

Please sign in to comment.