https://github.com/phronmophobic/reveal-exception
https://github.com/phronmophobic/reveal-exception
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phronmophobic/reveal-exception
- Owner: phronmophobic
- License: epl-1.0
- Created: 2021-03-28T00:39:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T21:49:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T19:42:14.805Z (over 1 year ago)
- Language: Clojure
- Size: 929 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# reveal-exception
A reveal plugin for inspecting stack traces.

## Usage
Leiningen/Boot
```
[com.phronemophobic/reveal-exception "1.0.2"]
```
deps.edn
```
com.phronemophobic/reveal-exception {:mvn/version "1.0.2"}
```
### Load the `exception` reveal action
```
(require 'com.phronemophobic.reveal-plugin.reveal-exception)
```
## License
Copyright © 2021 Adrian
Distributed under the Eclipse Public License version 1.0.