aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/extension/exception.php')
-rw-r--r--phpBB/phpbb/extension/exception.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/phpbb/extension/exception.php b/phpBB/phpbb/extension/exception.php
index 3f7d251a4e..9050449bf1 100644
--- a/phpBB/phpbb/extension/exception.php
+++ b/phpBB/phpbb/extension/exception.php
@@ -16,10 +16,6 @@ namespace phpbb\extension;
/**
* Exception class for metadata
*/
-class exception extends \UnexpectedValueException
+class exception extends \phpbb\exception\runtime_exception
{
- public function __toString()
- {
- return $this->getMessage();
- }
}