]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/class_BaseFrameworkSystem.php
Continued:
[core.git] / framework / main / classes / class_BaseFrameworkSystem.php
index d043576bf59f18b690dd86ba4e5d72ed4890774f..ca6a7f0938baa02265b0642d708a29ca4a30f029 100644 (file)
@@ -118,7 +118,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
        const EXCEPTION_DIR_POINTER_INVALID          = 0x019;
        const EXCEPTION_FILE_POINTER_INVALID         = 0x01a;
        const EXCEPTION_INVALID_RESOURCE             = 0x01b;
-       const EXCEPTION_UNEXPECTED_OBJECT            = 0x01c;
        const EXCEPTION_LIMIT_ELEMENT_IS_UNSUPPORTED = 0x01d;
        const EXCEPTION_GETTER_IS_MISSING            = 0x01e;
        const EXCEPTION_ARRAY_EXPECTED               = 0x01f;
@@ -140,7 +139,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
        const EXCEPTION_MISSING_ELEMENT              = 0x02f;
        const EXCEPTION_HEADERS_ALREADY_SENT         = 0x030;
        const EXCEPTION_DEFAULT_CONTROLLER_GONE      = 0x031;
-       const EXCEPTION_CLASS_NOT_FOUND              = 0x032;
        const EXCEPTION_REQUIRED_INTERFACE_MISSING   = 0x033;
        const EXCEPTION_FATAL_ERROR                  = 0x034;
        const EXCEPTION_FILE_NOT_FOUND               = 0x035;