Merge pull request #5868 from mrgoldy/ticket/16380

[ticket/16380] Exception_interface extends \Throwable
This commit is contained in:
Marc Alexander 2020-03-01 19:20:00 +01:00
commit ca4ce6b2f5
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.