summaryrefslogtreecommitdiff
path: root/app/Exceptions/ContextException.php
AgeCommit message (Collapse)Author
2015-06-03PHP 5.2 compatiblityGravatar Alexandre Alapetite
Namespaces are not needed so far. https://github.com/FreshRSS/FreshRSS/commit/aacd1ffd4052b04c724c2783b3ee2845ca4ada35#commitcomment-11503581
2015-03-04Refactor exceptionsGravatar Alexis Degrugillier
I removed unnecessary constructors and unnecessary inheritance
2014-10-22Fix a set of TODO and bugsGravatar Marien Fressinaud
- Context object raises correct Exception if get is invalid - RSS feed is well-indicated on the home page - State is better calculated - Add some comments See https://github.com/marienfressinaud/FreshRSS/issues/634