https://github.com/nuid/exception
Cross-platform exception facilities
https://github.com/nuid/exception
clj cljc cljs clojure clojurescript exception exception-handling exceptions
Last synced: 4 months ago
JSON representation
Cross-platform exception facilities
- Host: GitHub
- URL: https://github.com/nuid/exception
- Owner: NuID
- License: apache-2.0
- Created: 2019-04-06T21:46:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:31:58.000Z (over 1 year ago)
- Last Synced: 2025-03-13T09:44:27.547Z (4 months ago)
- Topics: clj, cljc, cljs, clojure, clojurescript, exception, exception-handling, exceptions
- Language: Clojure
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# nuid.exception
Cross-platform exception facilities.
## Requirements
[`jvm`](https://www.java.com/en/download/), [`node + npm`](https://nodejs.org/en/download/), [`clj`](https://clojure.org/guides/getting_started), [`shadow-cljs`](https://shadow-cljs.github.io/docs/UsersGuide.html#_installation)
## 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