never raise Exception(...), introduce rdflib exception hierarchy #1562
joernhees
started this conversation in
TO-DO list
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a lot of places we raise very broad exceptions. This is actually pretty bad style as the only thing you can do when handling such an exception is to do a catch all and then parse the message.
This is a reminder to clean up this mess and introduce an rdflib exception hierarchy and raise these exceptions.
Beta Was this translation helpful? Give feedback.
All reactions