From 725e82f6dfdc9cd7d25418bab450a25ac0ca45e5 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Thu, 27 Feb 2020 16:11:59 +0100 Subject: [PATCH] [ticket/16380] Exception_interface extends \Throwable PHPBB3-16380 --- phpBB/phpbb/exception/exception_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/exception/exception_interface.php b/phpBB/phpbb/exception/exception_interface.php index e8526a35f5..a7593138f5 100644 --- a/phpBB/phpbb/exception/exception_interface.php +++ b/phpBB/phpbb/exception/exception_interface.php @@ -18,7 +18,7 @@ namespace phpbb\exception; * * Define an exception which support a language var as message. */ -interface exception_interface +interface exception_interface extends \Throwable { /** * Return the arguments associated with the message if it's a language var.