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]
Synopsis
public static JError::registerErrorLevel ($level, $name, $handler= 'ignore')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $level | |||
| $name | |||
| $handler | 'ignore' |
Returns
Defined in
libraries/joomla/error/error.php (line 337)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JError::registerErrorLevel
Examples
<CodeExamplesForm />
