Improved checkConflicts()

This commit is contained in:
Ali Parlakci
2018-07-11 19:57:38 +03:00
parent 57a5f0c85c
commit 65592c5d3a
2 changed files with 20 additions and 14 deletions

View File

@@ -19,6 +19,15 @@ class FileNameTooLong(Exception):
class InvalidRedditLink(Exception):
pass
class ProgramModeError(Exception):
pass
class SearchModeError(Exception):
pass
class RedditorNameError(Exception):
pass
class NoMatchingSubmissionFound(Exception):
pass