/Error.php

Description
  • pear.role: php
Functions
Ismo_Core_applicationDispatchErrorHandler (line 110)

This error handler is used in the IsmoApplication class when dispatching to a state class.

It will catch errors in the state classes and also if the request was for a non-existing state. If ISMO_CORE_DEBUG is set to 1 the warning or error will be printed and then the stateMissing() method will be called. If ISMO_CORE_DEBUG isn't set nothing will be printed but stateMissing() will still be called.

void Ismo_Core_applicationDispatchErrorHandler (mixed $errno, mixed $errmsg, mixed $filename, mixed $linenum, mixed $vars)
Ismo_Core_execErrorHandler (line 176)

This is the error handler used for handling errors occuring the the exec-methods.

It calls the recover() method on the current state.

void Ismo_Core_execErrorHandler (mixed $errno, mixed $errmsg, mixed $filename, mixed $linenum, mixed $vars)
Ismo_Core_systemErrorHandler (line 36)

This is Ismo's system error handler.

It handles core errors.

void Ismo_Core_systemErrorHandler (mixed $errno, mixed $errmsg, mixed $filename, mixed $linenum, mixed $vars)

Documentation generated on Mon, 14 Jun 2004 11:59:18 +0200 by phpDocumentor 1.3.0RC3