Skip to content
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

We should make Puma raise VentureExceptions #666

Open
axch opened this issue Feb 16, 2017 · 0 comments
Open

We should make Puma raise VentureExceptions #666

axch opened this issue Feb 16, 2017 · 0 comments

Comments

@axch
Copy link
Contributor

axch commented Feb 16, 2017

Right now, Puma is coded to just throw some string whenever anything bad happens. In Python, this comes out as a RuntimeError, even though in many cases a VentureException would be considerably more helpful, for instance because it would then be subject to at least minimal location annotation.

Doing this for the old CXX backend was my starter project when I joined the lab years ago, and I didn't succeed then; but perhaps now it's not too difficult?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant