ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
ilCurlConnectionException Class Reference
+ Inheritance diagram for ilCurlConnectionException:
+ Collaboration diagram for ilCurlConnectionException:

Public Member Functions

 __construct ($a_message, $a_errno=0)
 Constructor. More...
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A message isn't optional as in build in class Exception. More...
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

public

Parameters
stringmessage
interrno

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

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

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