Add deprecation of ILoggingAwareException
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 12 Oct 2021 15:24:17 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Oct 2021 15:24:17 +0000 (17:24 +0200)
see WoltLab/WCF#4547

docs/migration/wsc54/deprecations_removals.md

index 200ab8fb66d332daf66b452f7b7c3da032b8203a..4e1f6a759c1de191ae96f8cffccf0f85f118cf4e 100644 (file)
@@ -13,6 +13,7 @@ With version 5.5, we have deprecated certain components and removed several othe
 - `filebase\system\file\FileDataHandler` (use `filebase\system\cache\runtime\FileRuntimeCache`)
 - `wcf\action\AbstractAjaxAction` (use PSR-7 responses, [WoltLab/WCF#4437](https://github.com/WoltLab/WCF/pull/4437))
 - `wcf\page\AbstractSecurePage` ([WoltLab/WCF#4515](https://github.com/WoltLab/WCF/pull/4515))
+- `wcf\system\exception\ILoggingAwareException` ([WoltLab/WCF#4547](https://github.com/WoltLab/WCF/pull/4547))
 - `wcf\system\io\FTP` (directly use the FTP extension)
 - `wcf\util\PasswordUtil`