mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
[ticket/13793] Remove translation on throwing exceptions
PHPBB3-13793
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user