Fork me on GitHub
#clojure-uk
<
2018-04-15
>
fmjrey14:04:07

@mccraigmccraig A bit late now but I did a couple utils functions before that transform exceptions into some serialisable map which can be serialised: https://github.com/fmjrey/cameleon/blob/master/src/cljc/cameleon/utils.cljc#L55

fmjrey14:04:36

Works with both cljs and clj

mccraigmccraig19:04:20

nice @fmjrey i’ll probably use that