ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilCurlConnectionException Class Reference
+ Inheritance diagram for ilCurlConnectionException:
+ Collaboration diagram for ilCurlConnectionException:

Public Member Functions

 __construct ($a_message, $a_errno=0)
 Constructor.

Detailed Description

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
$Id$

Definition at line 34 of file class.ilCurlConnectionException.php.

Constructor & Destructor Documentation

ilCurlConnectionException::__construct (   $a_message,
  $a_errno = 0 
)

Constructor.

public

Parameters
stringmessage
interrno

Reimplemented from ilException.

Definition at line 44 of file class.ilCurlConnectionException.php.

{
parent::__construct($a_message,$a_errno);
}

The documentation for this class was generated from the following file: