Author: johnnyg
Revision: 5543
Log:
Add InvalidTorrentError.
Diff:
Modified: trunk/deluge/error.py
===================================================================
--- trunk/deluge/error.py 2009-07-23 22:30:08 UTC (rev 5542)
+++ trunk/deluge/error.py 2009-07-24 10:32:14 UTC (rev 5543)
@@ -45,3 +45,6 @@
class DaemonRunningError(DelugeError):
pass
+
+class InvalidTorrentError(DelugeError):
+ pass
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---