ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class for advanced editing exception handling in ILIAS. More...
Data Fields | |
const | IMAGES_FOLDER_DOES_NOT_EXIST = 1001 |
const | ICON_DOES_NOT_EXIST = 1002 |
Protected Member Functions | |
assignMessageToCode () | |
![]() | |
assignMessageToCode () | |
Additional Inherited Members | |
![]() | |
__construct (int $exception_code=-1, string $exception_info='') | |
__toString () | |
![]() | |
__construct ($a_message, $a_code=0, Throwable $previous=null) | |
A code isn't optional as in build in class Exception. More... | |
![]() | |
$message = '' | |
$code = -1 | |
string | $add_info = '' |
Class for advanced editing exception handling in ILIAS.
Definition at line 24 of file class.ilSystemStyleIconException.php.
|
protected |
Definition at line 29 of file class.ilSystemStyleIconException.php.
References ilSystemStyleExceptionBase\$add_info.
const ilSystemStyleIconException::ICON_DOES_NOT_EXIST = 1002 |
Definition at line 27 of file class.ilSystemStyleIconException.php.
Referenced by ilSystemStyleIconFolder\getIconByName(), ilSystemStyleIconFolder\getIconByPath(), and ilSystemStyleIconFolderTest\testIconDoesNotExist().
const ilSystemStyleIconException::IMAGES_FOLDER_DOES_NOT_EXIST = 1001 |
Definition at line 26 of file class.ilSystemStyleIconException.php.
Referenced by ilSystemStyleIconFolder\readIconsFromFolder(), and ilSystemStyleIconFolderTest\testFolderDoesNotExist().