Skip to content

Commit afd4704

Browse files
authored
Merge pull request barryvdh#618 from adanski/patch-1
Update README
2 parents 328d204 + 75f749b commit afd4704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Or log exceptions:
116116
try {
117117
throw new Exception('foobar');
118118
} catch (Exception $e) {
119-
Debugbar::addException($e);
119+
Debugbar::addThrowable($e);
120120
}
121121
```
122122

0 commit comments

Comments
 (0)