]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
New exception 'UnsupportedOperationException' added
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 85dd986a4e0a2626a95d26028876518c01b9184e..d092ccbf78e1c0842a00d6c0028a220c6d0d320f 100644 (file)
@@ -212,6 +212,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
        const EXCEPTION_ATTRIBUTES_ARE_MISSING       = 0x02b;
        const EXCEPTION_ARRAY_ELEMENTS_MISSING       = 0x02c;
        const EXCEPTION_TEMPLATE_ENGINE_UNSUPPORTED  = 0x02d;
+       const EXCEPTION_UNSPPORTED_OPERATION         = 0x02e;
        const EXCEPTION_MISSING_ELEMENT              = 0x030;
        const EXCEPTION_HEADERS_ALREADY_SENT         = 0x031;
        const EXCEPTION_DEFAULT_CONTROLLER_GONE      = 0x032;