diff --git a/system/src/Grav/Common/Debugger.php b/system/src/Grav/Common/Debugger.php index dd0bc28e2..39aab9e87 100644 --- a/system/src/Grav/Common/Debugger.php +++ b/system/src/Grav/Common/Debugger.php @@ -705,10 +705,10 @@ class Debugger /** * Dump exception into the Messages tab of the Debug Bar * - * @param \Exception $e + * @param \Throwable $e * @return Debugger */ - public function addException(\Exception $e) + public function addException(\Throwable $e) { if ($this->initialized && $this->enabled) { if ($this->debugbar) {