From: Tim Düsterhus Date: Fri, 27 Aug 2021 11:56:54 +0000 (+0200) Subject: Make ILoggingAwareException extend the \Throwable interface X-Git-Tag: 5.5.0_Alpha_1~462 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c7f66b38cda87afb4270fd4c2b3c78129fa04cc6;p=GitHub%2FWoltLab%2FWCF.git Make ILoggingAwareException extend the \Throwable interface --- diff --git a/wcfsetup/install/files/lib/system/exception/ILoggingAwareException.class.php b/wcfsetup/install/files/lib/system/exception/ILoggingAwareException.class.php index d588973a49..dc32ee2693 100644 --- a/wcfsetup/install/files/lib/system/exception/ILoggingAwareException.class.php +++ b/wcfsetup/install/files/lib/system/exception/ILoggingAwareException.class.php @@ -11,7 +11,7 @@ namespace wcf\system\exception; * @package WoltLabSuite\Core\System\Exception * @since 5.4 */ -interface ILoggingAwareException +interface ILoggingAwareException extends \Throwable { /** * Called if the exception was logged into $logFile with ID $exceptionID.