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/notification/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/notification/exception.php')
| -rw-r--r-- | phpBB/phpbb/notification/exception.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/phpbb/notification/exception.php b/phpBB/phpbb/notification/exception.php index 83c4526df7..e416438061 100644 --- a/phpBB/phpbb/notification/exception.php +++ b/phpBB/phpbb/notification/exception.php @@ -17,10 +17,6 @@ namespace phpbb\notification; * Notifications exception */ -class exception extends \Exception +class exception extends \phpbb\exception\runtime_exception { - public function __toString() - { - return $this->getMessage(); - } } |
