chocoholics / exceptional
A simple way to handle exceptions in Laravel
Installs: 393
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/chocoholics/exceptional
This package is auto-updated.
Last update: 2025-09-21 21:57:10 UTC
README
This is an elegant way to handle exceptions in Laravel apps.
Installation
Compatible with Laravel 5. To install, run:
$ composer install chocoholics/exceptional
.
Usage
To use, simply add the Exceptional trait to the desired Eloquent model
use Chocoholics\Exceptional\Exceptional; class YourClassName { use Exceptional; }
Security Vulnerabilities
If you discover a security vulnerability within Exceptional, please send an e-mail to Obura Tongoi at obura@tongoi.com. All security vulnerabilities will be promptly addressed.
License
The Exceptional package is open-sourced software licensed under the MIT license.