We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
throw
Clojure compiler throws Too many arguments to throw, throw expects a single Throwable instance
Too many arguments to throw, throw expects a single Throwable instance
It would be nice if cursive report this with a yellow/red UI feedback
Also, extra nice: warn if it is clearly not a throwable, like (throw "hello")
(throw "hello")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clojure compiler throws
Too many arguments to throw, throw expects a single Throwable instance
It would be nice if cursive report this with a yellow/red UI feedback
Also, extra nice: warn if it is clearly not a throwable, like
(throw "hello")
The text was updated successfully, but these errors were encountered: