sblum/exception-enricher

Enriches exceptions with additional information.

v2.1.0 2024-07-04 06:43 UTC

README

Build Status Latest Stable Version License

Symfony bundle which enriches exceptions with some additional information like the request URL, the logged in user's name etc.

Requirements

Installation

  1. Require the bundle with Composer:

    composer require sblum/exception-enricher
  2. If not already happened automatically, enable the bundle in config/bundles.php by adding it to the array:

    ExceptionEnricher\ExceptionEnricherBundle::class => ['all' => true],