catch-data icon indicating copy to clipboard operation
catch-data copied to clipboard

Clojure data-based exception handling

Results 1 catch-data issues
Sort by recently updated
recently updated
newest added

I've found myself wanting to catch based on values of domain specific keys in the exception data. You could do `#(= :some-key (:some-value %))` as the predicate, but that seemed...