clj-ex

Provides a simple Exception class that can hold arbitrary data, instead of just a string.

Leiningen/Boot

[clj-ex "1.0.0"]

Clojure CLI/deps.edn

clj-ex/clj-ex {:mvn/version "1.0.0"}

Gradle

implementation("clj-ex:clj-ex:1.0.0")

Maven

<dependency>
  <groupId>clj-ex</groupId>
  <artifactId>clj-ex</artifactId>
  <version>1.0.0</version>
</dependency>