src/cm/converters/abi_error.py
author gibus
Mon, 18 Mar 2013 17:29:40 +0100
changeset 501 5cd02f32be5e
parent 360 bfaab8740995
permissions -rw-r--r--
Prevents sumitting comment several time while waiting for server response.


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass