mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #5868 from mrgoldy/ticket/16380
[ticket/16380] Exception_interface extends \Throwable
This commit is contained in:
commit
ca4ce6b2f5
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