seamapi / edgespec

☃️ an API framework for everywhere.
MIT License
5 stars 2 forks source link

`makeRequest` should allow re-throwing errors and allowing the automatic creation of a pretty 500 response (default) #123

Open seveibar opened 8 months ago

codetheweb commented 8 months ago

by this do you mean bubbling up the error to the parent module instead of triggering the default 500 error handler in the child module?