bananaml / potassium

An HTTP serving framework by Banana
Apache License 2.0
97 stars 9 forks source link

Feature/try catch #8

Closed ErikKaum closed 1 year ago

ErikKaum commented 1 year ago

What is this?

Try-catch block around the execution of the handlers to 1. get the stack trace as a return message 2. not to have the app itself crash if there's an error

Why?

How did you test to ensure no regressions?

Ran locally

If this is a new feature what is one way you can make this break?

Possible errors in nested indents, but I think I got them right.