18 require_once(
'./Services/Exceptions/classes/class.ilException.php');
44 self::CODE_NO_TYPE =>
'No type for Path-Signing selected',
45 self::WRONG_PATH_TYPE =>
'This path-type cannot be signed',
46 self::CODE_NO_PATH =>
'No path for checking available',
47 self::ACCESS_WITHOUT_CHECK =>
'Resource could not be found',
48 self::NO_CHECKING_INSTANCE =>
'This path is not secured by a class',
49 self::ACCESS_DENIED =>
'Resource could not be found',
50 self::ACCESS_DENIED_NO_PUB =>
'Resource could not be found',
51 self::INITIALISATION_FAILED =>
'An error occured during your request. Please reload the page.',
52 self::DATA_DIR_NON_WRITEABLE =>
'The SALT cannot be written to your /data directory. Please check the write permissions on the webserver.',
53 self::MAX_LIFETIME =>
'You can only only use lifetimes shorter than ilWACSignedPath::MAX_LIFETIME',
54 self::ACCESS_DENIED_NO_LOGIN =>
'No Login found',
55 self::NOT_FOUND =>
'Resource not Found' 68 $message =
"\"{$this->message}\" with additional message: \"$additional_message\"";
83 assert(is_string($text));
85 return strcmp($text,
'') !== 0;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const NO_CHECKING_INSTANCE
__construct($code, $additional_message='', Throwable $previous=null)
const ACCESS_DENIED_NO_LOGIN
const ACCESS_WITHOUT_CHECK
const DATA_DIR_NON_WRITEABLE
isNonEmptyString($text)
Checks if the given text is empty or not.
__construct(Container $dic, ilPlugin $plugin)
const ACCESS_DENIED_NO_PUB
const INITIALISATION_FAILED