Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 720 Bytes

nuid.exception

Cross-platform exception facilities.

Requirements

jvm, node + npm, clj, shadow-cljs

Clojure and ClojureScript

tools.deps:

{nuid/exception {:git/url "https://github.com/nuid/exception" :sha "..."}}

usage:

$ clj # or shadow-cljs node-repl
=> (require '[nuid.exception :as exception])
=> (exception/throw! {::exception/message "I failed!"})

Licensing

Apache v2.0 or MIT