Make ILoggingAwareException extend the \Throwable interface
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 11:56:54 +0000 (13:56 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 11:56:54 +0000 (13:56 +0200)
wcfsetup/install/files/lib/system/exception/ILoggingAwareException.class.php

index d588973a49bb99f350ab3573efe7ef59df464a41..dc32ee2693ee48cc476f575c01a9d885020bb7a9 100644 (file)
@@ -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.