Closed rettinghaus closed 2 months ago
When trying to parse nonsense like parse_edtf("Vodka") it throws an nonsense error, that is not easy to catch as an exception.
parse_edtf("Vodka")
Please add for those cases something like Class edtfError
Class edtfError
This is resolved by #56
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