(Yaf >=2.1.2)
Yaf_Application::getLastErrorMsg — 锟斤拷取锟斤拷锟斤拷锟斤拷锟斤拷拇锟斤拷锟侥达拷锟斤拷锟斤拷息
锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷
Example #1 Yaf_Application::getLastErrorMsg()example
<?php
function error_handler($errno, $errstr, $errfile, $errline) {
var_dump(Yaf_Application::app()->getLastErrorMsg());
}
$config = array(
"application" => array(
"directory" => "/tmp/notexists",
"dispatcher" => array(
"throwException" => 0, //trigger error instead of throw exception when error occure
),
),
);
$app = new Yaf_Application($config);
$app->getDispatcher()->setErrorHandler("error_handler", E_RECOVERABLE_ERROR);
$app->run();
?>
锟斤拷锟斤拷锟斤拷锟教碉拷锟斤拷锟斤拷锟斤拷锟斤拷冢锟�
string(69) "Could not find controller script /tmp/notexists/controllers/Index.php"