X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fclass_FrameworkInterface.php;h=b0fb3d1c065770deb120fcfbab9beff97b8776d9;hb=5c9360c9139b761d2b09351930c1e843d33af240;hp=5b744e15e58f7f1ea96b9c63a44c96cab5004675;hpb=513812814a5a17022d414727e5a4c6d0823fe5f6;p=core.git diff --git a/framework/main/interfaces/class_FrameworkInterface.php b/framework/main/interfaces/class_FrameworkInterface.php index 5b744e15..b0fb3d1c 100644 --- a/framework/main/interfaces/class_FrameworkInterface.php +++ b/framework/main/interfaces/class_FrameworkInterface.php @@ -8,7 +8,7 @@ namespace Org\Mxchange\CoreFramework\Generic; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2022 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @todo Find a better name for this interface @@ -27,6 +27,10 @@ namespace Org\Mxchange\CoreFramework\Generic; * along with this program. If not, see . */ interface FrameworkInterface { + // Exception constants + const EXCEPTION_INVALID_ARGUMENT = 0x200; + const EXCEPTION_LOGIC_EXCEPTION = 0x201; + /** * Getter for field name *