Overview

Packages

  • Exception
  • None

Classes

  • Horde_Exception_LastError
  • Horde_Exception_NotFound
  • Horde_Exception_Pear
  • Horde_Exception_PermissionDenied
  • Horde_Exception_Translation
  • Horde_Exception_Wrapped
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Exception_Wrapped

Horde exception class that can wrap and set its details from PEAR_Error, Exception, and other objects with similar interfaces.

Copyright 2008-2012 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.

Horde_Exception
Extended by Horde_Exception_Wrapped
Package: Exception
Category: Horde
Located at Horde/Exception/Wrapped.php
Methods summary
public
# __construct( mixed $message = null, integer $code = 0 )

Exception constructor.

Exception constructor.

Parameters

$message
<p>The exception message, a PEAR_Error object, or an Exception object.</p>
$code
A numeric error code.
API documentation generated by ApiGen