Skip to content

sblum/symfony-exception-enricher

Repository files navigation

sblum Exception Enricher Bundle

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