PHPackages                             tymo49/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. tymo49/api-exception-bundle

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

tymo49/api-exception-bundle
===========================

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

1.0.6(5y ago)023MITPHP ^7.2

Since Jul 7Pushed 2mo agoCompare

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

READMEChangelogDependencies (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:

```
