Skip to content

Commit

Permalink
remove unneeded @throws doc for Mvc::exceptionError() listener
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 3, 2017
1 parent 1287554 commit 0739702
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Listener/Mvc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0739702

Please sign in to comment.