Subscriptions page foundations

This commit is contained in:
Théo Piboubès
2015-08-09 19:25:29 +02:00
parent 372e3036fb
commit af969d1a49
5 changed files with 145 additions and 3 deletions

View File

@@ -24,6 +24,10 @@ class SubredditError(RTVError):
self.name = name
class SubscriptionError(RTVError):
"Subscriptions could not be fetched"
class ProgramError(RTVError):
"Problem executing an external program"