Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

never raise Exception(...), introduce rdflib exception hierarchy #515

Closed
joernhees opened this issue Aug 26, 2015 · 0 comments
Closed

never raise Exception(...), introduce rdflib exception hierarchy #515

joernhees opened this issue Aug 26, 2015 · 0 comments
Labels
Milestone

Comments

@joernhees
Copy link
Member

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.

@joernhees joernhees added enhancement New feature or request cleanup critical labels Aug 26, 2015
@joernhees joernhees added this to the rdflib 5.0.0 milestone Aug 26, 2015
@joernhees joernhees modified the milestones: rdflib 5.0.0, rdflib 6.0.0 Jan 28, 2016
@ghost ghost locked and limited conversation to collaborators Dec 25, 2021
@ghost ghost converted this issue into discussion #1562 Dec 25, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

1 participant