Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created June 8, 2010 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu3rdd/429915 to your computer and use it in GitHub Desktop.
Save vu3rdd/429915 to your computer and use it in GitHub Desktop.
(defn error [^String string]
(throw (Exception. string)))
;; now warning goes away
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment