phly / PhlyRestfully

ZF2 module for creating RESTful JSON APIs using HAL and API-Problem
108 stars 45 forks source link

Dispatch exception events in ResourceController #121

Closed elyobo closed 8 years ago

elyobo commented 10 years ago

This allows applications to hook in and add their own logic as appropriate (e.g. logging, cleaning up, etc) when exceptions are passed up.

elyobo commented 10 years ago

Sorry about the additional commits in here; it seems that the other branches are not fully merged in... Possibly I'm just not using git correctly, guidance is appreciated ;)