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

Public Member Functions

 __construct ($a_message, $a_code=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 35 of file class.ilECSReaderException.php.

Constructor & Destructor Documentation

◆ __construct()

ilECSReaderException::__construct (   $a_message,
  $a_code = 0 
)

Constructor.

public

Definition at line 43 of file class.ilECSReaderException.php.

44  {
45  parent::__construct($a_message,$a_code);
46  }

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