ring-swagger

ring-swagger & compojure-api
mgrbyte 2017-10-09T15:56:20.000318Z

@ikitommi Am attempting to implement a generic exception handler following https://github.com/metosin/compojure-api/wiki/Exception-handling - this doesn't seem to be working for me - is compojure.api.middleware/wrap-exceptions always added to :middleware` for api ?

mgrbyte 2017-10-09T16:20:02.000542Z

NM, Sorry for the noise. Got caught out with context (exception being raised in a datomic.api function which gets converted to a java.util.concurrent.ExecutionException which I hadn't spotted

ikitommi 2017-10-09T18:54:07.000319Z

np. and good to hear you got it working.