Cross-platform exception facilities.
jvm
, node + npm
, clj
, shadow-cljs
{nuid/exception {:git/url "https://github.com/nuid/exception" :sha "..."}}
$ clj # or shadow-cljs node-repl
=> (require '[nuid.exception :as exception])
=> (exception/throw! {::exception/message "I failed!"})
Apache v2.0 or MIT