Yaf_Dispatcher::setErrorHandler

(Yaf >=1.0.0)
Set error handler
public Yaf_Dispatcher Yaf_Dispatcher::setErrorHandler ( call $callback, int $error_types )

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.

Parameters:
callback

A callable callback

error_types

A callable callback

Returns:
See also:

Yaf_Dispatcher::throwException() -

Yaf_Application::getLastErrorNo() -

Yaf_Application::getLastErrorMsg() -

doc_php
2016-02-24 16:07:20
Comments
Leave a Comment

Please login to continue.