Skip to content

Instantly share code, notes, and snippets.

@vu3rdd
Created June 8, 2010 12:00
Show Gist options
  • Select an option

  • Save vu3rdd/429915 to your computer and use it in GitHub Desktop.

Select an option

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