aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/groupposition/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/groupposition/exception.php')
-rw-r--r--phpBB/phpbb/groupposition/exception.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/phpBB/phpbb/groupposition/exception.php b/phpBB/phpbb/groupposition/exception.php
index e4ff09c703..9b55669524 100644
--- a/phpBB/phpbb/groupposition/exception.php
+++ b/phpBB/phpbb/groupposition/exception.php
@@ -3,21 +3,15 @@
*
* @package groupposition
* @copyright (c) 2013 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
+namespace phpbb\groupposition;
/**
* @package groupposition
*/
-class phpbb_groupposition_exception extends \Exception
+class exception extends \Exception
{
}