[tx-robot] updated from transifex
[pub/Android/ownCloud.git] / third_party / transifex-client / txclib / exceptions.py
1 # -*- coding: utf-8 -*-
2
3 """
4 Exception classes for the tx client.
5 """
6
7
8 class UnInitializedError(Exception):
9 """The project directory has not been initialized."""
10
11
12 class UnknownCommandError(Exception):
13 """The provided command is not supported."""