Yaf_Dispatcher::setErrorHandler
(Yaf >=1.0.0)
Yaf_Dispatcher::setErrorHandler — Set error handler
Beschreibung
Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catchable error while unexpected errors occurred.
Thus, this error handler will be called while the error raise.
Parameter-Liste
-
callback
-
A callable callback
-
error_types
-
Rückgabewerte
Siehe auch
- 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