aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/notification/exception.php')
-rw-r--r--phpBB/phpbb/notification/exception.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/phpBB/phpbb/notification/exception.php b/phpBB/phpbb/notification/exception.php
index a52d6fdc57..1b4cc89fc9 100644
--- a/phpBB/phpbb/notification/exception.php
+++ b/phpBB/phpbb/notification/exception.php
@@ -3,24 +3,18 @@
*
* @package notifications
* @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\notification;
/**
* Notifications exception
*
* @package notifications
*/
-class phpbb_notification_exception extends \Exception
+class exception extends \Exception
{
public function __toString()
{