ericaddison / APT_miniProject

0 stars 0 forks source link

exception handling #29

Open ericaddison opened 7 years ago

ericaddison commented 7 years ago

I'm wondering if a "good" thing to do would be to put the get() and put() method for every handler we have inside of a try block and redirect to an error page in case of any exception. Maybe something we could do at the end? What way we would hopefully never get an actual crash when the app is done