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