]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/resolver/class_BaseResolver.php
Image generator added, first CAPTCHA added with missing controller (partly work)
[shipsimu.git] / inc / classes / main / resolver / class_BaseResolver.php
index eedeef38fd2fb5469c9444594588ac238f2ee34f..539a42535ed5d155a143d689630dd7f4222380f1 100644 (file)
@@ -28,9 +28,9 @@ class BaseResolver extends BaseFrameworkSystem {
        private $className = "";
 
        // Exception constants
-       const EXCEPTION_INVALID_COMMAND    = 0x0c0;
-       const EXCEPTION_INVALID_CONTROLLER = 0x0c1;
-       const EXCEPTION_INVALID_ACTION     = 0x0c2;
+       const EXCEPTION_INVALID_COMMAND    = 0xd00;
+       const EXCEPTION_INVALID_CONTROLLER = 0xd01;
+       const EXCEPTION_INVALID_ACTION     = 0xd02;
 
        /**
         * Protected constructor