PHPackages                             lakshmaji/exceptions - 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. [Framework](/categories/framework)
4. /
5. lakshmaji/exceptions

ActiveLibrary[Framework](/categories/framework)

lakshmaji/exceptions
====================

Exception Handler for Laravel

1.0.0(7y ago)045MITPHP

Since Jun 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lakshmaji/exceptions)[ Packagist](https://packagist.org/packages/lakshmaji/exceptions)[ RSS](/packages/lakshmaji-exceptions/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Custom Exceptions Package
---------------------------------

[](#laravel-custom-exceptions-package)

### Install with composer

[](#install-with-composer)

```
    composer require lakshmaji/exceptions
```

Service provider will be registered automatically

Publish translations

```
    php artisan vendor:publish
```

### Custom Exception class

[](#custom-exception-class)

```
