]> git.mxchange.org Git - core.git/commitdiff
Missed this ... :-(
authorRoland Haeder <roland@mxchange.org>
Sat, 4 Jul 2015 04:17:52 +0000 (06:17 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 4 Jul 2015 04:17:52 +0000 (06:17 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/class_BaseFrameworkSystem.php

index 4205170200d1e544d6e3dfe34aa55a21350f6222..6fa9f3ad6fc46313d6efae05577330433377c8f2 100644 (file)
@@ -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_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
 
        /**
         * Hexadecimal->Decimal translation array