We need to have some custom error messages to better handle typical user issues:
@dbarbi: maybe we can add to this list
An idea would be:
class EsmParserError(Exception):
pass # PG: Still need to figure out how this works. See ScriptEngine for an example...
raise EsmParserError("A choose block was not used correctly...")
We need to have some custom error messages to better handle typical user issues:
@dbarbi: maybe we can add to this list
An idea would be: