isaacharrisholt / quiffen

Quiffen is a Python package for parsing QIF (Quicken Interchange Format) files.
MIT License
31 stars 26 forks source link

Line number not shown in Category/Class errors #60

Open WolfgangFahl opened 1 year ago

WolfgangFahl commented 1 year ago

When parsing a QIF file i got the error message:

ValueError Unknown line code: S

I'd rather get more details about the error e.g.

ValueError: Unknown line code: S in line 214:SFirmeneinnahmen

isaacharrisholt commented 1 year ago

Good suggestion! I think a custom error type might be useful here