aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/exception.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-02 13:21:21 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-02 13:21:21 +0200
commit2f480be02d25421fa4c372c103604f24d4adf0ab (patch)
tree2f4a353b340a7dd60ed63bdf6177aeeb426fc0c9 /phpBB/phpbb/controller/exception.php
parente51571eaa3b52a5a344cc847b51049c67642f6ff (diff)
parent57072a1e28061ff51148c7d6a0c47664f0060639 (diff)
downloadforums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.gz
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.bz2
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.xz
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.zip
Merge pull request #3565 from MateBartus/ticket/13793
[ticket/13793] Remove translation on throwing exceptions
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
{
}