API17:JError::registerErrorLevel
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JError::registerErrorLevel
Description
Method to register a new error level for handling errors.
Description:JError::registerErrorLevel [Edit Descripton]
public static function registerErrorLevel ( $level $name $handler= 'ignore' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | |||
| $name | |||
| $handler | 'ignore' |
- Returns
- Defined on line 343 of libraries/joomla/error/error.php
See also
-
JError::registerErrorLevel source code on BitBucket
-
Class JError
-
Subpackage Error
- Other versions of JError::registerErrorLevel
SeeAlso:JError::registerErrorLevel [Edit See Also]
User contributed notes
<CodeExamplesForm />
