diff --git a/api/src/CalDAV.php b/api/src/CalDAV.php index 57490a145d..0a40c0809e 100644 --- a/api/src/CalDAV.php +++ b/api/src/CalDAV.php @@ -2218,9 +2218,9 @@ class CalDAV extends HTTP_WebDAV_Server * * Does NOT return and get installed in constructor. * - * @param \Exception $e + * @param \Exception|\Error $e */ - public static function exception_handler(\Exception $e) + public static function exception_handler($e) { // logging exception as regular egw_execption_hander does $headline = null;