ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilSystemStyleExceptionBase
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleExceptionBase.php:25
ilSystemStyleExceptionBase\$add_info
string $add_info
Definition:
class.ilSystemStyleExceptionBase.php:36
ilSystemStyleMessageStackException
Class for advanced editing exception handling in ILIAS.
Definition:
class.ilSystemStyleMessageStackException.php:25
ilSystemStyleMessageStackException\assignMessageToCode
assignMessageToCode()
Definition:
class.ilSystemStyleMessageStackException.php:29
ilSystemStyleMessageStackException\MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
const MESSAGE_STACK_TYPE_ID_DOES_NOT_EXIST
Definition:
class.ilSystemStyleMessageStackException.php:26
components
ILIAS
Style
System
classes
Exceptions
class.ilSystemStyleMessageStackException.php
Generated on Sat Oct 18 2025 23:04:25 for ILIAS by
1.9.4 (using
Doxyfile
)