API16:JException/ toString
From Joomla! Documentation
Description
Returns to error message
<! removed transcluded page call, red link never existed >
Syntax
__toString()
Returns
string Error message
Defined in
libraries/joomla/error/exception.php
Importing
jimport( 'joomla.error.exception' );
Source Body
public function __toString()
{
return $this->message;
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples