Generalize SubscriptionPage to handle lists of reddits

This commit is contained in:
woorst
2016-07-17 16:17:50 -05:00
parent 86cf7d0391
commit 92d16ad15f
6 changed files with 257 additions and 106 deletions

View File

@@ -26,8 +26,8 @@ class SubredditError(RTVError):
"Subreddit could not be reached"
class SubscriptionError(RTVError):
"Subscriptions could not be fetched"
class ListRedditsError(RTVError):
"List of reddits could not be fetched"
class ProgramError(RTVError):
@@ -39,4 +39,4 @@ class BrowserError(RTVError):
class TemporaryFileError(RTVError):
"Indicates that an error has occurred and the file should not be deleted"
"Indicates that an error has occurred and the file should not be deleted"