1
0
Fork 0
mirror of synced 2024-06-02 10:24:39 +12:00

Add error

This commit is contained in:
Serene-Arc 2021-03-05 13:30:17 +10:00 committed by Ali Parlakci
parent 5e914b5234
commit 6f86dbd552

View file

@ -4,7 +4,11 @@ class BulkDownloaderException(Exception):
pass
class RedditAuthenticationError(BulkDownloaderException):
class RedditUserError(BulkDownloaderException):
pass
class RedditAuthenticationError(RedditUserError):
pass