aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:25:40 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:25:40 +0200
commitf9c7cf8922d722b4320e44844e08add8e352bcb3 (patch)
tree510fe0d8ffeab40d3273d01fa14ff6be5badf020 /app/Exceptions/ContextException.php
parentee55fd13a9ac24b908b83f0f6b0ae2cbb8f2c3f0 (diff)
parent214a5cc9a4c2b821961bc21f22b4b08e34b5be68 (diff)
Merge branch 'FreshRSS/beta' into FreshRSS/dev
Diffstat (limited to 'app/Exceptions/ContextException.php')
-rw-r--r--app/Exceptions/ContextException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Exceptions/ContextException.php b/app/Exceptions/ContextException.php
index 8f05eccd6..00934cbfd 100644
--- a/app/Exceptions/ContextException.php
+++ b/app/Exceptions/ContextException.php
@@ -3,6 +3,6 @@
/**
* An exception raised when a context is invalid
*/
-class FreshRSS_Context_Exception extends \Exception {
+class FreshRSS_Context_Exception extends Exception {
}