HydrefLab/laravel-adr

Handle exceptions with a responder #1

Opened this issue · 0 comments

Exception responder would be a nice feature.

Responder should:

  • handle different response formats (at least two most popular: html and json),
  • be easily pluggable into Laravel exception handling mechanism,
  • support classes with Responsable interface.