Fixed deprecated debugbar method

This commit is contained in:
Matias Griese
2020-02-07 12:26:11 +02:00
parent 49aae0c50e
commit 40010f7ff7

View File

@@ -765,7 +765,7 @@ class Debugger
{
if ($this->initialized && $this->enabled) {
if ($this->debugbar) {
$this->debugbar['exceptions']->addException($e);
$this->debugbar['exceptions']->addThrowable($e);
}
if ($this->clockwork) {