File Manager

Current Path : /usr/share/postfixadmin/lib/smarty/libs/sysplugins/
Upload File :
Current File : //usr/share/postfixadmin/lib/smarty/libs/sysplugins/smartyexception.php

<?php

/**
 * Smarty exception class
 *
 * @package Smarty
 */
class SmartyException extends Exception
{
    public static $escape = false;

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

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com