PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Warnung |
As of PEAR 1.3.2, PEAR_ErrorStack no longer instantiates and returns an Exception object in PHP5, and the last parameter has been removed. Code that relies upon this behavior will break. |
Creates a new private PEAR_ErrorStack. To access a universal stack, use PEAR_ErrorStack::singleton()
name of the package this error stack represents
callback used for error message generation
callback used for context generation, defaults to getFileLine()
exception class to instantiate if in PHP 5
Zurück | Zum Anfang | Nach vorne |
Introduction to using PEAR_ErrorStack for advanced error handling | Nach oben | PEAR_ErrorStack::getErrorMessage() |