Created
March 13, 2019 01:20
-
-
Save liquidz/5b8036551cbde7db9dbe2264b1a9da2a to your computer and use it in GitHub Desktop.
faaaa
This file contains hidden or 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
$ docker run -it clojure:tools-deps | |
Clojure 1.10.0 | |
user=> (java.net.URL. nil) | |
Execution error (NullPointerException) at java.net.URL/<init> (URL.java:532). | |
null | |
user=> (try (java.net.URL. nil) (catch java.net.MalformedURLException _ "faaaa")) | |
"faaaa" | |
user=> |
Author
liquidz
commented
Mar 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment