From 0739702449ffee08fed4ff160494fba91a2f94b5 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 3 Apr 2017 17:10:09 +0700 Subject: [PATCH] remove unneeded @throws doc for Mvc::exceptionError() listener --- src/Listener/Mvc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Listener/Mvc.php b/src/Listener/Mvc.php index 02184228..27d472e3 100644 --- a/src/Listener/Mvc.php +++ b/src/Listener/Mvc.php @@ -77,9 +77,6 @@ public function phpError(Event $e) /** * @param Event $e * - * @throws Error when 'display_errors' config is 1 and Error has thrown - * @throws Exception when 'display_errors' config is 1 and Exception has thrown - * * @return void */ public function exceptionError(Event $e)