cedaro / satispress

Expose installed WordPress plugins and themes as Composer packages.
508 stars 51 forks source link

WIP: Throw HTTP exceptions in the route controllers #48

Closed bradyvercher closed 6 years ago

bradyvercher commented 6 years ago

This removes the methods for sending error responses and makes response handling more generic. The route controllers still need to return responses for valid requests to fully abstract response handling.