nextcloud-android/third_party/transifex-client/txclib/exceptions.py
2012-07-21 22:10:36 +02:00

13 lines
256 B
Python

# -*- 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."""