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
You can install the package via composer:
composer require hoeinmont/errormanager
try {
// Error
} catch (\Exception $e) {
new Hoseinmont\ErrorManager\ErrorManager($e);
}
The MIT License (MIT). Please see License File for more information.