API16

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 (string)$this;
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples