Fork me on GitHub
#ring-swagger
<
2016-03-11
>
ikitommi09:03:40

@mikecarter: hi, all the normal java-exceptions go to the default-handler. Currently, you have to check the exception type there.

ikitommi09:03:05

if you have an idea how to do this better, we are all ears

ikitommi09:03:27

maybe there could a multimethod within the default handler, based on the exception class?

mikecarter10:03:53

@ikitommi: that could work!

mikecarter10:03:22

@ikitommi: thanks for getting back to me simple_smile

lmergen17:03:29

hmmm, apparently when i uberjar my repository, two resources (`jsoneditor.min.js` and print.css) cannot be found

lmergen17:03:12

so, i assume there is either some resource-path missing for ring-swagger, or i am doing something wrong

lmergen17:03:32

(i am using ring-swagger through compojure-api, btw)

lmergen18:03:41

nvm, found it