ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilRepositoryException Class Reference
+ Inheritance diagram for ilRepositoryException:
+ Collaboration diagram for ilRepositoryException:

Public Member Functions

 __construct ($a_message, $a_code=0)
 
- 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
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilRepositoryException.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 13 of file class.ilRepositoryException.php.

14  {
15  parent::__construct($a_message,$a_code);
16  }

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