API17:JException::getError
From Joomla! Documentation
JException::getError
Description
Get the most recent error message.
public function getError (
$i=null
$toString=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $i | integer | null | Option error index |
| $toString | boolean | true | Indicates if objects should return their error message |
See also
JException::getError source code on BitBucket
Class JException
Subpackage Error- Other versions of JException::getError
User contributed notes
Code Examples