1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-03-01 19:20:05 +01:00

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.