@@ -5,21 +5,6 @@
|
||||
* Functions for error handling.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Error reporting level: display no errors.
|
||||
*/
|
||||
define('ERROR_REPORTING_HIDE', 0);
|
||||
|
||||
/**
|
||||
* Error reporting level: display errors and warnings.
|
||||
*/
|
||||
define('ERROR_REPORTING_DISPLAY_SOME', 1);
|
||||
|
||||
/**
|
||||
* Error reporting level: display all messages.
|
||||
*/
|
||||
define('ERROR_REPORTING_DISPLAY_ALL', 2);
|
||||
|
||||
/**
|
||||
* Maps PHP error constants to watchdog severity levels.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user