From 6a6fc742dc736875a9d0a2be6891ba0fc635f1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 20 Apr 2016 18:01:47 +0200 Subject: Catch class Error on all root entrypoints --- console.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'console.php') diff --git a/console.php b/console.php index 9d2271db9f2..559c1778f1d 100644 --- a/console.php +++ b/console.php @@ -95,4 +95,6 @@ try { $application->run(); } catch (Exception $ex) { exceptionHandler($ex); +} catch (Error $ex) { + exceptionHandler($ex); } -- cgit v1.2.3