JError::setErrorHandling

Method to set the way the JError will handle different error levels. Use this if you want to override the default settings.

Error handling modes: - ignore - echo - verbose - die - message - log - callback You may also set the error handling for several modes at once using PHP's bit operations. Examples: - E_ALL = Set the handling for all levels - E_ERROR | E_WARNING = Set the handling for errors and warnings - E_ALL ^ E_ERROR = Set the handling for all levels except errors