We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d491bae commit 484a6bcCopy full SHA for 484a6bc
notebooks/qualified_methods.clj
@@ -17,3 +17,5 @@ String/new
17
(map String/new ["dude"])
18
19
(map Integer/parseInt ["1" "2" "3"])
20
+
21
+(throw (ex-info "dude" {})) ;; this if CI fails
0 commit comments