LaravelPackages.net
Acme Inc.
Toggle sidebar
hoeinmont/errormanager

Error Manager from hoseinmont.ir

9
0
v1.1
About hoeinmont/errormanager

hoeinmont/errormanager is a Laravel package for error manager from hoseinmont.ir. It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v1.1). Install it with composer require hoeinmont/errormanager. Discover more Laravel packages by hoeinmont or browse all Laravel packages to compare alternatives.

Last updated

Laravel Error Manager

Installation

You can install the package via composer:

composer require hoeinmont/errormanager

Usage

try {
    // Error
} catch (\Exception $e) {
    new Hoseinmont\ErrorManager\ErrorManager($e);
}

Credits

License

The MIT License (MIT). Please see License File for more information.


Star History Chart