SmartyException::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return ' --> Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- ';
    }
SmartyException