Copyright 2008-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: | |
License: | http://www.horde.org/licenses/lgpl21 LGPL |
File Size: | 93 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Exception_Pear:: (3 methods):
__construct()
_getPearTrace()
catchError()
Class: Horde_Exception_Pear - X-Ref
Horde exception class that converts PEAR errors to exceptions.__construct(PEAR_Error $error) X-Ref |
Exception constructor. param: PEAR_Error $error The PEAR error. |
_getPearTrace(PEAR_Error $error) X-Ref |
Return a trace for the PEAR error. param: PEAR_Error $error The PEAR error. return: string The backtrace as a string. |
catchError($result) X-Ref |
Exception handling. param: mixed $result The result to be checked for a PEAR_Error. return: mixed Returns the original result if it was no PEAR_Error. |