]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 18 Feb 2023 02:10:06 +0000 (03:10 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Feb 2023 02:10:06 +0000 (03:10 +0100)
commit1287590bb4dff94252b1c45f320d93ce65eb5495
tree4c391b2cee66b01716a9902d0403e457788353bd
parentc20af2b1b05f92040a8cfabfb1d0c5cd2771f7c5
Continued:
- changed to generic exceptions
- introduced EXCEPTION_BAD_METHOD_CALL exception code
12 files changed:
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/criteria/class_BaseCriteria.php
framework/main/classes/feature/class_FrameworkFeature.php
framework/main/classes/helper/class_BaseHelper.php
framework/main/classes/iterator/file/class_FileIterator.php
framework/main/classes/iterator/registry/class_RegistryIterator.php
framework/main/classes/stacker/class_BaseStacker.php
framework/main/classes/stacker/fifo/class_FiFoStacker.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/stacker/file/fifo/class_FiFoFileStack.php
framework/main/classes/stacker/filo/class_FiLoStacker.php
framework/main/interfaces/stacker/class_Stackable.php