From c7f66b38cda87afb4270fd4c2b3c78129fa04cc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 27 Aug 2021 13:56:54 +0200 Subject: [PATCH] Make ILoggingAwareException extend the \Throwable interface --- .../files/lib/system/exception/ILoggingAwareException.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1