Skip to content

Initial release

Compare
Choose a tag to compare
@xphere xphere released this 16 Dec 15:40
· 9 commits to master since this release

Allows to setup exception conversion with bundle configuration.

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