silverstripe / silverstripe-restfulserver

RestfulServer module for Silverstripe CMS
http://www.silverstripe.org/restfulserver-module/
BSD 3-Clause "New" or "Revised" License
45 stars 48 forks source link

Added general Exception catch/response. Added extension points to response methods #51

Closed chrispenny closed 6 years ago

chrispenny commented 6 years ago

I added extension points because I didn't want to assume that everyone would want to put a full trace into their Exception response, but for our particular usage of the module, a trace is safe and useful. I figured while I was there, it wouldn't hurt to add extension points to the other response methods.