src/cm/converters/abi_error.py
author gibus
Mon, 23 Jan 2012 11:14:44 +0100
changeset 395 5ff35e8e16e2
parent 360 bfaab8740995
permissions -rw-r--r--
Add libjs-asciimathml.


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass