Re: pretty-exception middleware for ring

2014-02-19 Thread Joel Holdbrooks
This is another fantastic idea. I'd definitely love to expand on this technique. Great work! On Thursday, February 13, 2014 8:39:58 AM UTC-8, bob wrote: > > Hey, > > a simple exception middle-ware for ring, maybe useful for some,maybe none. > it catch exceptions and print, meanwhile the source

Re: pretty-exception middleware for ring

2014-02-13 Thread Herwig Hochleitner
Looks great. I've incorporated this into my debug configuration. 2014-02-13 17:39 GMT+01:00 bob : > Hey, > > a simple exception middle-ware for ring, maybe useful for some,maybe none. > it catch exceptions and print, meanwhile the source code produced the > exception will be print as well. > > -

pretty-exception middleware for ring

2014-02-13 Thread bob
Hey, a simple exception middle-ware for ring, maybe useful for some,maybe none. it catch exceptions and print, meanwhile the source code produced the exception will be print as well. - The demo will stay here (click me) . - The source code is here