1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 17:41:24 +02:00

[ticket/16380] Exception_interface extends \Throwable

PHPBB3-16380
This commit is contained in:
mrgoldy
2020-02-27 16:11:59 +01:00
parent b1f0276307
commit 725e82f6df

View File

@@ -18,7 +18,7 @@ namespace phpbb\exception;
* *
* Define an exception which support a language var as message. * 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. * Return the arguments associated with the message if it's a language var.