Yaf_Dispatcher::setErrorHandler

Set error handler

Beschreibung

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.

Parameter-Liste

callback

A callable callback

error_types

Rückgabewerte

Siehe auch

  • Yaf_Dispatcher::throwException
  • Yaf_Application::getLastErrorNo
  • Yaf_Application::getLastErrorMsg