ILIAS  release_8 Revision v8.24
class.ilTestException.php
Go to the documentation of this file.
1<?php
2
28{
29 public function __construct($msg = '', $code = 0)
30 {
31 if (!strlen($msg)) {
32 $msg = get_class($this);
33 }
34
35 parent::__construct($msg, $code);
36 }
37}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct($msg='', $code=0)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc