File: phpbb/exception/exception_interface.php
Unmodified
Added
Modified
Removed
Line 18 | Line 18 |
---|
* * 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.
|