src/cm/converters/abi_error.py
author gibus
Wed, 23 Nov 2011 21:25:19 +0100
changeset 392 1e449e11efc8
parent 360 bfaab8740995
permissions -rw-r--r--
Default height from embed ifrmae changed from 200px to 600px.


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass