PHPackages                             dmn/laravel-exception - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. dmn/laravel-exception

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

dmn/laravel-exception
=====================

Exceptions for Larave 10+

v1.1.0(11mo ago)01.0k3MITPHP

Since May 8Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/damnyan/laravel-exception)[ Packagist](https://packagist.org/packages/dmn/laravel-exception)[ RSS](/packages/dmn-laravel-exception/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (3)Versions (8)Used By (3)

Installation
============

[](#installation)

`composer require dmn/laravel-exception`

Usage
=====

[](#usage)

Extend `Dmn\Exceptions\Handler` to your `app/Exceptions/Handler.php` and add `parent::register()` to your `register()`.

```
