hoeinmont / errormanager
Error Manager from hoseinmont.ir
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hoeinmont/errormanager
Requires
- laravel/framework: 5.*|6.*|7.*
This package is auto-updated.
Last update: 2025-11-26 22:36:05 UTC
README
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.