diff --git a/system/src/Grav/Common/Debugger.php b/system/src/Grav/Common/Debugger.php index 08614d03a..8afdef753 100644 --- a/system/src/Grav/Common/Debugger.php +++ b/system/src/Grav/Common/Debugger.php @@ -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) {