Moved the exceptions inside the shortest update path calculation into separate classes
authorAlexander Ebert <ebert@woltlab.com>
Sat, 5 Feb 2022 14:55:54 +0000 (15:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 5 Feb 2022 14:55:54 +0000 (15:55 +0100)
commit89f91c4a715aeddfac4d7f8c9e92fd9ada2b6ea4
tree8d7f072829ee51ad3cfaaac2523962823c08e782
parent384c3efa97a5346b45f364e3a3439c9d7698850d
Moved the exceptions inside the shortest update path calculation into separate classes
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/exception/IncoherentUpdatePath.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/package/exception/UnknownUpdatePath.class.php [new file with mode: 0644]