src/cm/converters/abi_error.py
author Simon Descarpentries <sid@sopinspace.com>
Thu, 13 Feb 2014 18:54:19 +0100
changeset 575 8ce80860c3fe
parent 360 bfaab8740995
permissions -rw-r--r--
Add the skeleton of the future comt test-suite


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass