We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b9bac commit 131edbfCopy full SHA for 131edbf
1 file changed
system/core/Exceptions.php
@@ -70,9 +70,11 @@ class CI_Exceptions {
70
E_CORE_WARNING => 'Core Warning',
71
E_COMPILE_ERROR => 'Compile Error',
72
E_COMPILE_WARNING => 'Compile Warning',
73
+ E_DEPRECATED => 'Deprecated Notice',
74
E_USER_ERROR => 'User Error',
75
E_USER_WARNING => 'User Warning',
- E_USER_NOTICE => 'User Notice'
76
+ E_USER_NOTICE => 'User Notice',
77
+ E_USER_DEPRECATED => 'User Deprecated Notice'
78
);
79
80
/**
0 commit comments