mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/13793] Remove translation on throwing exceptions
PHPBB3-13793
This commit is contained in:
@@ -16,6 +16,6 @@ namespace phpbb\controller;
|
||||
/**
|
||||
* Controller exception class
|
||||
*/
|
||||
class exception extends \RuntimeException
|
||||
class exception extends \phpbb\exception\runtime_exception
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user