From: Roland Haeder Date: Sat, 4 Jul 2015 04:17:52 +0000 (+0200) Subject: Missed this ... :-( X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=82ef5059b3228c29f09c5a8f7719df6c4e0fd3ac Missed this ... :-( Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 42051702..6fa9f3ad 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -359,8 +359,9 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { const EXCEPTION_FILE_NOT_REACHABLE = 0x038; const EXCEPTION_FILE_CANNOT_BE_READ = 0x039; const EXCEPTION_FILE_CANNOT_BE_WRITTEN = 0x03a; - const EXCEPTION_DATABASE_UPDATED_NOT_ALLOWED = 0x03b; - const EXCEPTION_FILTER_CHAIN_INTERCEPTED = 0x03c; + const EXCEPTION_PATH_CANNOT_BE_WRITTEN = 0x03b; + const EXCEPTION_DATABASE_UPDATED_NOT_ALLOWED = 0x03c; + const EXCEPTION_FILTER_CHAIN_INTERCEPTED = 0x03d; /** * Hexadecimal->Decimal translation array