Re: problem catching exceptions in webapp

2014-02-27 Thread Immo Heikkinen
(assert false) throws AssertionError which doesn't extend Exception and therefore is not caught. :: Immo 2014-02-27 13:42 GMT+02:00 Wei Hsu : > I'm having trouble catching exceptions in my Compojure web app. Made a > small test case to illustrate the issue: > https://github.com/yayitswei/except

problem catching exceptions in webapp

2014-02-27 Thread Wei Hsu
I'm having trouble catching exceptions in my Compojure web app. Made a small test case to illustrate the issue: https://github.com/yayitswei/exceptiontest Could you take a look and spot what I'm doing wrong? Thanks, Wei -- You received this message because you are subscribed to the Google Gro