eg:
<?php $dispatcher->setErrorHandler(array(get_class($this),'error_handler')); ?>
Yaf_Dispatcher::setErrorHandler
(PECL yaf >=1.0.0)
Yaf_Dispatcher::setErrorHandler — Set error handler
Opis
Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catchable error while unexpected errors occrred.
Thus, this error handler will be called while the error raise.
Parametry
-
callback -
A callable callback
-
error_types -
Zwracane wartości
Zobacz też:
- Yaf_Dispatcher::throwException() - Switch on/off exception throwing
- Yaf_Application::getLastErrorNo() - Get code of last occurred error
- Yaf_Application::getLastErrorMsg() - Get message of the last occurred error
gianjason#gmail.com ¶
4 months ago
