Generalize SubscriptionPage to handle lists of reddits
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user