src/cm/converters/abi_error.py
author gibus
Mon, 25 Jul 2011 15:35:50 +0200
changeset 367 e4a0c2fe8df2
parent 360 bfaab8740995
permissions -rw-r--r--
markdown2pdf is buggy => convert to HTML and use abiword to export in PDF


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass