diff options
Diffstat (limited to 'phpBB/includes/groupposition/exception.php')
-rw-r--r-- | phpBB/includes/groupposition/exception.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/includes/groupposition/exception.php b/phpBB/includes/groupposition/exception.php deleted file mode 100644 index e4ff09c703..0000000000 --- a/phpBB/includes/groupposition/exception.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -/** -* -* @package groupposition -* @copyright (c) 2013 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2 -* -*/ - -/** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** -* @package groupposition -*/ -class phpbb_groupposition_exception extends \Exception -{ -} |