ixc / python-edtf

MIT License
52 stars 19 forks source link

Improve exception for unparsable strings #30

Closed rettinghaus closed 2 months ago

rettinghaus commented 6 years ago

When trying to parse nonsense like parse_edtf("Vodka") it throws an nonsense error, that is not easy to catch as an exception.

Please add for those cases something like Class edtfError

aweakley commented 2 months ago

This is resolved by #56