]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 25 Feb 2023 11:04:05 +0000 (12:04 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Feb 2023 11:04:05 +0000 (12:04 +0100)
- added missing constant EXCEPTION_BAD_METHOD_CALL

framework/main/interfaces/class_FrameworkInterface.php

index 216f95be97901c8097f3a94ac29af498d2c63130..80b84b759ffb270840e21d05ce38af4daa0ef6e1 100644 (file)
@@ -33,6 +33,7 @@ interface FrameworkInterface {
        const EXCEPTION_UNSPPORTED_OPERATION = 0x202;
        const EXCEPTION_UNEXPECTED_VALUE     = 0x203;
        const EXCEPTION_CLASS_NOT_FOUND      = 0x204;
        const EXCEPTION_UNSPPORTED_OPERATION = 0x202;
        const EXCEPTION_UNEXPECTED_VALUE     = 0x203;
        const EXCEPTION_CLASS_NOT_FOUND      = 0x204;
+       const EXCEPTION_BAD_METHOD_CALL      = 0x205;
 
        /**
         * Getter for field name
 
        /**
         * Getter for field name