aboutsummaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:21:32 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-06-03 20:21:32 +0200
commit214a5cc9a4c2b821961bc21f22b4b08e34b5be68 (patch)
treea4a1db9742373024bd55384d688cdce11d8b4e7e /app/Exceptions/ContextException.php
parent38f6dbdd1915b8b496a58b5214efee1822496d8c (diff)
PHP 5.2 compatiblity
Namespaces are not needed so far. https://github.com/FreshRSS/FreshRSS/commit/aacd1ffd4052b04c724c2783b3ee2845ca4ada35#commitcomment-11503581
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 {
}