-
Notifications
You must be signed in to change notification settings - Fork 55
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
Identity ex-info exceptions as being thrown from rewrite-clj #182
Comments
A namespaced keyword would allow usage with |
Cool, thanks, I'll take a peek at sci for inspiration. |
While I'm looking at exceptions I've started to look at this one. Following sci's example we'll have a base exception It will have descendants:
I'll review and update as I work my way through what rewrite-clj currently throws. As always, feedback and ideas are welcome. |
An alternative to being very granular for |
Problem/Opportunity
Rewrite-clj throws ex-info exceptions.
It would be nice if a caller could easily tell if they came from rewrite-clj.
Proposed Solution
@borkdude suggested adding
:type :rewrite-clj
to ex-data.Alternative Solutions
None at this time.
Action
I can follow up with a PR sometime soon.
The text was updated successfully, but these errors were encountered: