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

Public Member Functions

 __construct ($a_message, $a_errno=0)
 Constructor. More...
 
 __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.

@access public

Parameters
stringmessage
interrno

Reimplemented from ilException.

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: