Prado\I18N\core\TCache_Lite::raiseError PHP Метод

raiseError() публичный Метод

To improve performances, the PEAR.php file is included dynamically. The file is so included only when an error is triggered. So, in most cases, the file isn't included and perfs are much better.
public raiseError ( string $msg, integer $code )
$msg string error message
$code integer error code
    function raiseError($msg, $code)
    {
        throw new Exception($msg);
    }