]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/resolver/class_BaseResolver.php
State (see State Pattern) prepared, a lot reworked/refactured
[core.git] / inc / classes / main / resolver / class_BaseResolver.php
index d15ef3108cb0ba5d43d9ddb23090819c94a1d3ef..c485a619d36fb4945212402e2ba53e0733382dc6 100644 (file)
@@ -31,6 +31,7 @@ class BaseResolver extends BaseFrameworkSystem {
        const EXCEPTION_INVALID_COMMAND    = 0x1d0;
        const EXCEPTION_INVALID_CONTROLLER = 0x1d1;
        const EXCEPTION_INVALID_ACTION     = 0x1d2;
+       const EXCEPTION_INVALID_STATE      = 0x1d3;
 
        /**
         * Protected constructor