adding translations and transifex third party tool
[pub/Android/ownCloud.git] / third_party / transifex-client / txclib / exceptions.py
diff --git a/third_party/transifex-client/txclib/exceptions.py b/third_party/transifex-client/txclib/exceptions.py
new file mode 100644 (file)
index 0000000..8766a01
--- /dev/null
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+"""
+Exception classes for the tx client.
+"""
+
+
+class UnInitializedError(Exception):
+    """The project directory has not been initialized."""
+
+
+class UnknownCommandError(Exception):
+    """The provided command is not supported."""