projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[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."""