Public Member Functions

ilECSConnectorException Class Reference

Inheritance diagram for ilECSConnectorException:
Collaboration diagram for ilECSConnectorException:

Public Member Functions

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

Detailed Description

Author:
Stefan Meyer <smeyer@databay.de>
Version:
$Id$

Definition at line 36 of file class.ilECSConnectorException.php.


Constructor & Destructor Documentation

ilECSConnectorException::__construct ( a_message,
a_errno = 0 
)

Constructor.

public

Parameters:
string message
int errno

Reimplemented from ilException.

Definition at line 46 of file class.ilECSConnectorException.php.

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


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