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.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/phpbb/groupposition/exception.php b/phpBB/phpbb/groupposition/exception.php
new file mode 100644
index 0000000000..f43502235d
--- /dev/null
+++ b/phpBB/phpbb/groupposition/exception.php
@@ -0,0 +1,17 @@
+<?php
+/**
+*
+* @package groupposition
+* @copyright (c) 2013 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
+*
+*/
+
+namespace phpbb\groupposition;
+
+/**
+* @package groupposition
+*/
+class exception extends \Exception
+{
+}