Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

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.

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