src/cm/converters/abi_error.py
author gibus
Thu, 08 Sep 2011 15:24:06 +0200
changeset 377 5e4c48c6f942
parent 360 bfaab8740995
permissions -rw-r--r--
restore image for old 'add comment button' even if unused


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass