Skip to content

Commit

Permalink
added documentation for addFrameFilter method
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh authored May 7, 2023
1 parent 76c1a31 commit 4aa18d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/API Documentation.md
Original file line number Diff line number Diff line change
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 4aa18d9

Please sign in to comment.