ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilSystemStyleMessageStackException.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4require_once 'class.ilSystemStyleExceptionBase.php';
5
14{
16
17
18 protected function assignMessageToCode()
19 {
20 switch ($this->code)
21 {
23 $this->message = "Type id does not exist in message stack";
24 break;
25 default:
26 $this->message = "Unknown Exception " . $this->add_info;
27 break;
28 }
29 }
30
31}
An exception for terminatinating execution or to throw for unit testing.
Class for advanced editing exception handling in ILIAS.
Class for advanced editing exception handling in ILIAS.