zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
131 stars 10 forks source link

Use Whoops\Handler\JsonResponseHandler to return JSON error data for AJA... #1

Closed ceejayoz closed 11 years ago

ceejayoz commented 11 years ago

Returning a pretty page for AJAX requests is unnecessary and not particularly helpful. Instead, we can use Whoops\Handler\JsonResponseHandler on AJAX requests to return useful JSON data about the error encountered.