mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 13:46:33 +02:00
Merge branch '3.3.x'
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user