From 71d03647f0433fca5a071e485d3f0cc3145c44d1 Mon Sep 17 00:00:00 2001 From: MateBartus Date: Sun, 31 May 2015 13:19:50 +0200 Subject: [ticket/13777] Move module management into service PHPBB3-13777 --- phpBB/phpbb/module/exception/module_exception.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 phpBB/phpbb/module/exception/module_exception.php (limited to 'phpBB/phpbb/module/exception/module_exception.php') diff --git a/phpBB/phpbb/module/exception/module_exception.php b/phpBB/phpbb/module/exception/module_exception.php new file mode 100644 index 0000000000..8ad75112bc --- /dev/null +++ b/phpBB/phpbb/module/exception/module_exception.php @@ -0,0 +1,19 @@ + + * @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\module\exception; + +class module_exception extends \phpbb\exception\runtime_exception +{ + +} -- cgit v1.2.1