Skip to content

quoll/cljs-error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

error

Function for converting ClojureScript (and JavaScript) errors

Usage

(require '[error.core :refer [Throwable->map]])

;; convert a JavaScript error to a map
(Throwable->map (js/Error "An error occurred"))

;; convert a ClojureScript ExceptionInfo to a map
(Throwable->map (ex-info "help!" {:context "I can't get up!"}))

;; Simple objects can also be converted
(Throwable->map "No plan.")

License

Copyright © 2022 Paula Gearon

Distributed under the Eclipse Public License version 1.0, the same as Clojure.

About

ClojureScript Error utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published