diff options
author | MateBartus <mate.bartus@gmail.com> | 2015-04-29 00:13:29 +0200 |
---|---|---|
committer | MateBartus <mate.bartus@gmail.com> | 2015-05-01 12:40:53 +0200 |
commit | 57072a1e28061ff51148c7d6a0c47664f0060639 (patch) | |
tree | 44ac0b381fb03106656edb150fad256c88e7c256 /phpBB/phpbb/controller/exception.php | |
parent | d67fdfa02bdeb80978ef1440af55ca710552b5ad (diff) | |
download | forums-57072a1e28061ff51148c7d6a0c47664f0060639.tar forums-57072a1e28061ff51148c7d6a0c47664f0060639.tar.gz forums-57072a1e28061ff51148c7d6a0c47664f0060639.tar.bz2 forums-57072a1e28061ff51148c7d6a0c47664f0060639.tar.xz forums-57072a1e28061ff51148c7d6a0c47664f0060639.zip |
[ticket/13793] Remove translation on throwing exceptions
PHPBB3-13793
Diffstat (limited to 'phpBB/phpbb/controller/exception.php')
-rw-r--r-- | phpBB/phpbb/controller/exception.php | 2 |
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 { } |