Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-03-01 19:20:05 +01:00
commit 7945c452ec
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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.