ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilTestException Class Reference

Base Exception for all Exceptions relating to Modules/Test. More...

+ Inheritance diagram for ilTestException:
+ Collaboration diagram for ilTestException:

Public Member Functions

 __construct ($msg='', $code=0)
 
- Public Member Functions inherited from ilException
 __construct ($a_message, $a_code=0)
 A code isn't optional as in build in class Exception. More...
 

Detailed Description

Base Exception for all Exceptions relating to Modules/Test.

Author
Björn Heyser bheys.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

\

Definition at line 29 of file class.ilTestException.php.

Constructor & Destructor Documentation

◆ __construct()

ilTestException::__construct (   $msg = '',
  $code = 0 
)

Definition at line 31 of file class.ilTestException.php.

References ILIAS\GlobalScreen\Provider\__construct().

32  {
33  if (!strlen($msg)) {
34  $msg = get_class($this);
35  }
36 
37  parent::__construct($msg, $code);
38  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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