hoeinmont/errormanager

Error Manager from hoseinmont.ir

v1.1 2020-04-26 10:30 UTC

This package is auto-updated.

Last update: 2025-06-26 21:47:19 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.