src/cm/converters/abi_error.py
author Simon Descarpentries <sid@sopinspace.com>
Tue, 20 Mar 2012 16:08:18 +0100
changeset 401 ada83f9211e3
parent 360 bfaab8740995
permissions -rw-r--r--
Update contributors and licence files, adding Gibus and I in it, and the content of the AGPL licence.


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass