diff options
Diffstat (limited to 'phpBB/phpbb/module/exception')
-rw-r--r-- | phpBB/phpbb/module/exception/module_class_not_defined_exception.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/phpbb/module/exception/module_class_not_defined_exception.php b/phpBB/phpbb/module/exception/module_class_not_defined_exception.php deleted file mode 100644 index 3551dc733d..0000000000 --- a/phpBB/phpbb/module/exception/module_class_not_defined_exception.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -/** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @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_class_not_defined_exception extends module_exception -{ - -} |