nextcloud-android/third_party/transifex-client/txclib/exceptions.py

14 lines
256 B
Python
Raw Normal View History

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