Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alireaza/error-handler

Error Handler
https://github.com/alireaza/error-handler

composer error-handler php

Last synced: about 2 months ago
JSON representation

Error Handler

Awesome Lists containing this project

README

        

# Error Handler

## Install

Via Composer
```bash
$ composer require alireaza/error-handler
```

## Usage

```php
use AliReaza\ErrorHandler\ErrorHandler;

$error_handler = new ErrorHandler();
$error_handler->register(true, true);
```

## License

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