* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\exception; /** * Interface exception_interface * * Define an exception which support a language var as message. */ interface exception_interface { /** * Return the arguments associated with the message if it's a language var. * * @return array */ public function get_parameters(); } se' title='drakx-backup-do-not-use Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/libstdio/ftell.c
blob: 48f74858aeea9c763085547e0366468555cbd208 (plain)
1
2
3
4
5
6
7