sblum/exception-enricher

Enriches exceptions with additional information.

Installs: 16 300

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/sblum/exception-enricher

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],