sblum/exception-enricher

Enriches exceptions with additional information.

Maintainers

Package info

github.com/sblum/symfony-exception-enricher

Homepage

Type:symfony-bundle

pkg:composer/sblum/exception-enricher

Statistics

Installs: 21 637

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.1 2024-11-13 09:52 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],