[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/horde/framework/Horde/Exception/ -> Pear.php (summary)

(no description)

File Size: 83 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Horde_Exception_Pear:: (3 methods):
  __construct()
  _getPearTrace()
  catchError()


Class: Horde_Exception_Pear  - X-Ref

Horde exception class that converts PEAR errors to exceptions.

Copyright 2008-2014 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.

__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.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1