PHPackages                             xervice/exception-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xervice/exception-handler

ActiveLibrary

xervice/exception-handler
=========================

2.0.0(7y ago)0370MITPHPPHP &gt;=7.1.0

Since Jul 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xervice/exception-handler)[ Packagist](https://packagist.org/packages/xervice/exception-handler)[ RSS](/packages/xervice-exception-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

ExceptionHandler
================

[](#exceptionhandler)

[![Build Status](https://camo.githubusercontent.com/6e8a0146543a829169efe398d882c40b4afe1152db2c1b5396d39579ff414a4e/68747470733a2f2f7472617669732d63692e6f72672f786572766963652f657863657074696f6e2d68616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xervice/exception-handler)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/512ae85d5047912108af21e896dd531594d4395e0a63bb7fbf97a361022219a7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f657863657074696f6e2d68616e646c65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/exception-handler/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1b061939b0303407852d8b04553d5ae4082e62c0957adbf809bec65d5adb396d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f786572766963652f657863657074696f6e2d68616e646c65722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xervice/exception-handler/?branch=master)

Installation
------------

[](#installation)

```
composer require xervice/exception-handler

```

Configuration
-------------

[](#configuration)

You have to add the ExceptionService to your kernel stack.

After that the defined registers will be executed. To define a register you have to overwrite the DependencyProvider:

```
