Skip to content
/ exception Public

Cross-platform exception facilities

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md
Notifications You must be signed in to change notification settings

NuID/exception

Repository files navigation

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