X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=acea78ded4ebb8c49137d5e5648f86ea11c55906;hp=5cc9d8119df991d6803ba38a42f5dbc79fdc9ed9;hb=bfb4fbd86ac6561ce9ac7160e6ef05b1653c1e6a;hpb=c8a4397d3236e0e190be52e62a3d2504658d5f8a diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index 5cc9d811..acea78de 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -149,6 +149,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { const EXCEPTION_ASSERTION_FAILED = 0x037; const EXCEPTION_FILE_CANNOT_BE_READ = 0x038; const EXCEPTION_DATABASE_UPDATED_NOT_ALLOWED = 0x039; + const EXCEPTION_FILTER_CHAIN_INTERCEPTED = 0x040; /** * In the super constructor these system classes shall be ignored or else @@ -175,7 +176,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { ); /** - * Private super constructor + * Protected super constructor * * @param $className Name of the class * @return void