Skip to content

Instantly share code, notes, and snippets.

@lread
Last active July 16, 2020 16:46
Show Gist options
  • Save lread/b810e67e71368a95caf3b24f95b842d1 to your computer and use it in GitHub Desktop.
Save lread/b810e67e71368a95caf3b24f95b842d1 to your computer and use it in GitHub Desktop.
For a babashka test
{:paths ["."]}
(ns ithrow)
(defn ithrow-too []
(throw (ex-info "Blarp!" {})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment