void
Cache_Lite::raiseError
(
string $msg
, int $code
)
include dynamically the PEAR.php file and trigger a PEAR error
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.
$msg
error message
$code
error code
This function can not be called statically.