src/cm/converters/abi_error.py
author Simon Descarpentries <sid1@sopinspace.com>
Fri, 05 Aug 2011 10:52:08 +0200
changeset 370 93c6ef9d7edf
parent 360 bfaab8740995
permissions -rw-r--r--
Revision of spanish translation. No more fuzzy strings (-63). No more empty translations (-91). Fuzzy strings are automatically added when source string change in code. Fuzzy strings must be regularly reviewed.


class AbiConverterError(Exception):
    pass

class AbiCommandError(Exception):
    pass

class ToolsConverterError(Exception):
    pass