aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/controller/exception.php')
-rw-r--r--phpBB/phpbb/controller/exception.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/phpBB/phpbb/controller/exception.php b/phpBB/phpbb/controller/exception.php
index faa8b6b584..06ece8d1d5 100644
--- a/phpBB/phpbb/controller/exception.php
+++ b/phpBB/phpbb/controller/exception.php
@@ -7,18 +7,12 @@
*
*/
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
+namespace phpbb\controller;
/**
* Controller exception class
* @package phpBB3
*/
-class phpbb_controller_exception extends RuntimeException
+class exception extends \RuntimeException
{
}