Move Exceptions to own namespace
authorjoshuaruesweg <ruesweg@woltlab.com>
Thu, 4 Mar 2021 16:10:39 +0000 (17:10 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 16 Mar 2021 15:19:13 +0000 (16:19 +0100)
commit3baef899fe6d6d4ffbf7106c507f8da16c53c3fd
tree818c531b393d9270768d4b206a6a4057ad31fcb9
parentbd55096bbadafbd17a1c2c035345096cea93d8e5
Move Exceptions to own namespace
wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php
wcfsetup/install/files/lib/system/message/unfurl/DownloadFailed.class.php [deleted file]
wcfsetup/install/files/lib/system/message/unfurl/ParsingFailed.class.php [deleted file]
wcfsetup/install/files/lib/system/message/unfurl/UnfurlResponse.class.php
wcfsetup/install/files/lib/system/message/unfurl/UrlInaccessible.class.php [deleted file]
wcfsetup/install/files/lib/system/message/unfurl/exception/DownloadFailed.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/unfurl/exception/ParsingFailed.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/unfurl/exception/UrlInaccessible.class.php [new file with mode: 0644]