]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
Merge from ship-simu trunk
[hub.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 4abdf2995886afc834c0f3ffefa31412df5de770..f341fc9d33f2335b07cd8966133fc15df9a36337 100644 (file)
@@ -149,6 +149,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        const EXCEPTION_INVALID_CONTROLLER           = 0x032;
        const EXCEPTION_HEADERS_ALREADY_SENT         = 0x033;
        const EXCEPTION_DEFAUL_CONTROLLER_GONE       = 0x034;
+       const EXCEPTION_CLASS_NOT_FOUND              = 0x035;
 
        /**
         * In the super constructor these system classes shall be ignored or else
@@ -304,7 +305,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         *
         * @return      $cfhInstance - Configuration instance
         */
-       public final function getConfigInstance () {
+       protected final function getConfigInstance () {
                return self::$cfgInstance;
        }