src/cm/converters/abi_error.py
author Simon Descarpentries <sid@sopinspace.com>
Wed, 09 Apr 2014 16:57:53 +0200
changeset 632 f8733ce4ed05
parent 360 bfaab8740995
permissions -rw-r--r--
Fix another typo in this template : 'tag_list>'


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass