diff options
Diffstat (limited to 'app/Exceptions/ContextException.php')
| -rw-r--r-- | app/Exceptions/ContextException.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/Exceptions/ContextException.php b/app/Exceptions/ContextException.php index 357751b7c..8f05eccd6 100644 --- a/app/Exceptions/ContextException.php +++ b/app/Exceptions/ContextException.php @@ -3,8 +3,6 @@ /** * An exception raised when a context is invalid */ -class FreshRSS_Context_Exception extends Exception { - public function __construct($message) { - parent::__construct($message); - } +class FreshRSS_Context_Exception extends \Exception { + } |
