vineetkeshari / cs373-wcdb

CS W373 : Software Engineering : Projects 3,4 & 5
0 stars 0 forks source link

Error content for pages #19

Closed vineetkeshari closed 11 years ago

vineetkeshari commented 11 years ago

Implement an exception framework to return readable errors to the frontend instead of stack trace.

bfairchild commented 11 years ago

I'll look into an error handling library we can use to wrap exceptions.

vineetkeshari commented 11 years ago

Done! Handled exceptions at top level for all pages.