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)