src/cm/converters/abi_error.py
author gibus
Fri, 27 Jan 2012 11:43:39 +0100
changeset 398 4d33eab2ee1b
parent 360 bfaab8740995
permissions -rw-r--r--
nothing changed, but hg push needs this commit


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass