]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 04:34:03 +0000 (05:34 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 04:34:03 +0000 (05:34 +0100)
commitc30da7e118a91b814adb6e997a1e4a39d0f1cba4
treeacdc03805330fccf4161754b285ed94c28a6371b
parent2c3a0173e6dbfab3093b01643dc03110ddb4538b
Continued:
- also removed other deprecated exception and replaced it with same as before
- fixed exception constructor invocation

Signed-off-by: Roland Häder <roland@mxchange.org>
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/exceptions/stacker/class_EmptyStackerException.php [deleted file]
framework/main/interfaces/stacker/class_Stackable.php