Skip to content

Releases: shopery/error-bundle

v0.3: Merge pull request #3 from shopery/fix/exception-listener-argument

22 Sep 10:00
Compare
Choose a tag to compare

v0.2

16 Jun 11:56
Compare
Choose a tag to compare
Add previous exception to the stack

Initial release

16 Dec 15:40
Compare
Choose a tag to compare

Allows to setup exception conversion with bundle configuration.

shopery_error:
    exceptions:
        Acme\MyBundle\CustomException: 404
        Acme\OtherBundle\DatabaseException:
            code: 503
            expose_message: false