X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fconfig%2Fclass_FrameworkConfiguration.php;h=6d3b99fb9d03187b10c31ecfbf12fbed4ddbf8a7;hp=32453ab45cb0a54e4280f4f11a5bef5c43b7f0bb;hb=1cc728fe28f6fe71a8d581a0dc1f2505bb0baa33;hpb=1f875be0acf9f389e5c8c5001096aa1aa4a99fe5 diff --git a/inc/config/class_FrameworkConfiguration.php b/inc/config/class_FrameworkConfiguration.php index 32453ab..6d3b99f 100644 --- a/inc/config/class_FrameworkConfiguration.php +++ b/inc/config/class_FrameworkConfiguration.php @@ -39,8 +39,8 @@ class FrameworkConfiguration implements Registerable { private static $cfgInstance = null; // Some constants for the configuration system - const EXCEPTION_CONFIG_ENTRY_IS_EMPTY = 0x400; - const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x401; + const EXCEPTION_CONFIG_ENTRY_IS_EMPTY = 0x130; + const EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND = 0x131; /** * Protected constructor