ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilPluginException Class Reference
+ Inheritance diagram for ilPluginException:
+ Collaboration diagram for ilPluginException:

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.ilPluginException.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

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