[HttpKernel] Added DEPRECATED errors

This commit is contained in:
William DURAND 2012-04-24 12:21:59 +02:00
parent 44ba841a67
commit c89f3d3b88

View File

@ -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;