converter.transformers.errors¶
Module Contents¶
- exception converter.transformers.errors.ParserError¶
Bases:
converter.errors.ConverterErrorError raised whenever there’s an error in the transformation.
- exception converter.transformers.errors.UnexpectedCharacters(expression, char, position)¶
Bases:
ParserErrorError raised when there’s an unexpected character in the transformation.