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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/controller/exception.php b/phpBB/phpbb/controller/exception.php
index 437558b06a..e227c7c37b 100644
--- a/phpBB/phpbb/controller/exception.php
+++ b/phpBB/phpbb/controller/exception.php
@@ -16,6 +16,6 @@ namespace phpbb\controller;
/**
* Controller exception class
*/
-class exception extends \RuntimeException
+class exception extends \phpbb\exception\runtime_exception
{
}