| 
 | Yaf_Application::getLastErrorMsgGet message of the last occurred error Description
   public string Yaf_Application::getLastErrorMsg
    ( void
   ) 
 ParametersThis function has no parameters. Return Values
 ExamplesExample #1 Yaf_Application::getLastErrorMsgexample 
<?phpThe above example will output something similar to: string(69) "Could not find controller script /tmp/notexists/controllers/Index.php" |