1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

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

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.