8766a018714ad724015975d8cfed547c8b16a657
1 # -*- coding: utf-8 -*-
4 Exception classes for the tx client.
8 class UnInitializedError(Exception):
9 """The project directory has not been initialized."""
12 class UnknownCommandError(Exception):
13 """The provided command is not supported."""