summaryrefslogtreecommitdiffstats
path: root/deluge/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/error.py')
-rw-r--r--deluge/error.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/deluge/error.py b/deluge/error.py
index 8705fdfe6..46e8e0cf1 100644
--- a/deluge/error.py
+++ b/deluge/error.py
@@ -94,3 +94,7 @@ class AuthenticationRequired(_UsernameBasedPasstroughError):
class AuthManagerError(_UsernameBasedPasstroughError):
pass
+
+
+class LibtorrentImportError(ImportError):
+ pass