Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[HttpKernel] Added DEPRECATED errors
  • Loading branch information
willdurand committed Apr 24, 2012
1 parent 44ba841 commit c89f3d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
Expand Up @@ -26,6 +26,8 @@ class ErrorHandler
E_USER_NOTICE => 'User Notice',
E_STRICT => 'Runtime Notice',
E_RECOVERABLE_ERROR => 'Catchable Fatal Error',
E_DEPRECATED => 'Deprecated',
E_USER_DEPRECATED => 'User Deprecated',
);

private $level;
Expand Down

0 comments on commit c89f3d3

Please sign in to comment.