From 435bb2d5f282a85ecc07cd7c7126340a244570ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 25 Feb 2023 12:04:05 +0100 Subject: [PATCH] Continued: - added missing constant EXCEPTION_BAD_METHOD_CALL --- framework/main/interfaces/class_FrameworkInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/main/interfaces/class_FrameworkInterface.php b/framework/main/interfaces/class_FrameworkInterface.php index 216f95be..80b84b75 100644 --- a/framework/main/interfaces/class_FrameworkInterface.php +++ b/framework/main/interfaces/class_FrameworkInterface.php @@ -33,6 +33,7 @@ interface FrameworkInterface { 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 -- 2.39.2