We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d3263 commit 2a95c20Copy full SHA for 2a95c20
docs/base_collectors.md
@@ -59,7 +59,7 @@ Display exceptions
59
try {
60
throw new Exception('foobar');
61
} catch (Exception $e) {
62
- $debugbar['exceptions']->addException($e);
+ $debugbar['exceptions']->addThrowable($e);
63
}
64
65
## PDO
0 commit comments