Last active
July 16, 2020 16:46
-
-
Save lread/b810e67e71368a95caf3b24f95b842d1 to your computer and use it in GitHub Desktop.
For a babashka test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:paths ["."]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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