ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
class.ilSystemStyleMessageStackException.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilSystemStyleMessageStackException
extends
ilSystemStyleExceptionBase
25
{
26
public
const
MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
= 1001;
27
28
29
protected
function
assignMessageToCode
(): void
30
{
31
switch
($this->code) {
32
case
self::MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST:
33
$this->message =
'Type id does not exist in message stack'
;
34
break
;
35
default
:
36
$this->message =
'Unknown Exception '
.
$this->add_info
;
37
break
;
38
}
39
}
40
}
ilSystemStyleMessageStackException
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleMessageStackException.php:24
ilSystemStyleMessageStackException\MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
const MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
Definition:
class.ilSystemStyleMessageStackException.php:26
ilSystemStyleMessageStackException\assignMessageToCode
assignMessageToCode()
Definition:
class.ilSystemStyleMessageStackException.php:29
ilSystemStyleExceptionBase\$add_info
string $add_info
Definition:
class.ilSystemStyleExceptionBase.php:36
ilSystemStyleExceptionBase
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleExceptionBase.php:24
components
ILIAS
Style
System
classes
Exceptions
class.ilSystemStyleMessageStackException.php
Generated on Wed Sep 3 2025 23:03:57 for ILIAS by
1.8.13 (using
Doxyfile
)