Add InvalidTorrentError.

This commit is contained in:
John Garland 2009-07-24 10:32:14 +00:00
parent 034606b203
commit f6d3c108f7

View file

@ -45,3 +45,6 @@ class NoCoreError(DelugeError):
class DaemonRunningError(DelugeError):
pass
class InvalidTorrentError(DelugeError):
pass