mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
7945c452ec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue