Skip to content

This is an elegant way to handle exceptions in Laravel apps

Notifications You must be signed in to change notification settings

chocoholics/exceptional

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Exceptional

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 [email protected]. All security vulnerabilities will be promptly addressed.

License

The Exceptional package is open-sourced software licensed under the MIT license.

About

This is an elegant way to handle exceptions in Laravel apps

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages