Refactored and added documentation.

This commit is contained in:
Michael Lazar
2016-07-15 18:33:07 -07:00
parent 789551b62d
commit 40732fb90c
3 changed files with 97 additions and 36 deletions

View File

@@ -39,4 +39,8 @@ 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"
class MailcapEntryNotFound(RTVError):
"A valid mailcap entry could not be coerced from the given url"