aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/exception/installer_exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/exception/installer_exception.php')
-rw-r--r--phpBB/phpbb/install/exception/installer_exception.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/exception/installer_exception.php b/phpBB/phpbb/install/exception/installer_exception.php
index c37950d05c..f17dca8f17 100644
--- a/phpBB/phpbb/install/exception/installer_exception.php
+++ b/phpBB/phpbb/install/exception/installer_exception.php
@@ -13,10 +13,12 @@
namespace phpbb\install\exception;
+use phpbb\exception\runtime_exception;
+
/**
* Installer's base exception
*/
-class installer_exception extends \Exception
+class installer_exception extends runtime_exception
{
}