1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-29 18:50:25 +02:00

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.
*/
interface exception_interface
interface exception_interface extends \Throwable
{
/**
* Return the arguments associated with the message if it's a language var.