PHPackages                             app-verk/api-exception-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. app-verk/api-exception-bundle

ActiveSymfony-bundle[API Development](/categories/api)

app-verk/api-exception-bundle
=============================

catch all Symfony 3.3 or newer errors and convert it to problem json RFC7807 response

1.0.6(5y ago)17.7k↓50%5MITPHPPHP ^7.2

Since Jul 7Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/AppVerk/ApiExceptionBundle)[ Packagist](https://packagist.org/packages/app-verk/api-exception-bundle)[ RSS](/packages/app-verk-api-exception-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (10)Used By (0)

ApiExceptionBundle
==================

[](#apiexceptionbundle)

[![Build Status](https://camo.githubusercontent.com/56fecbcd5c40f19d611b4dc72a882bd3135e220a9227119b083f1631d98690ba/68747470733a2f2f7472617669732d63692e6f72672f4170705665726b2f417069457863657074696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AppVerk/ApiExceptionBundle)

Catch all Symfony 3.3 or newer errors and convert it to problem+json RFC7807 response

Installation:
-------------

[](#installation)

Required the bundle with composer:

```
$ php composer.phar require app-verk/api-exception-bundle

```

Add bundle to AppKernel:

```
