ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
DefaultException.php
Go to the documentation of this file.
1<?php
2
4
5class DefaultException extends \Exception
6{
7 public $message;
8}
An exception for terminatinating execution or to throw for unit testing.