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

https://github.com/scriptfusion/retry-exception-handlers

:arrows_clockwise::exclamation: Exception handlers for Retry
https://github.com/scriptfusion/retry-exception-handlers

exception-handler

Last synced: about 1 year ago
JSON representation

:arrows_clockwise::exclamation: Exception handlers for Retry

Awesome Lists containing this project

README

          

Retry exception handlers
========================

[![Latest version][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]

Provides exception handlers for [Retry][Retry].

Requirements
------------

- [PHP 8.1](http://php.net/)
- [Composer](https://getcomposer.org/)

[Releases]: https://github.com/ScriptFUSION/Retry-exception-handlers/releases
[Version image]: https://poser.pugx.org/scriptfusion/retry-exception-handlers/v/stable "Latest version"
[Downloads]: https://packagist.org/packages/scriptfusion/retry-exception-handlers
[Downloads image]: https://poser.pugx.org/scriptfusion/retry-exception-handlers/downloads "Total downloads"
[Build]: https://github.com/ScriptFUSION/Retry-exception-handlers/actions/workflows/Tests.yaml
[Build image]: https://github.com/ScriptFUSION/Retry-exception-handlers/actions/workflows/Tests.yaml/badge.svg "Build status"
[Coverage]: https://coveralls.io/github/ScriptFUSION/Retry-exception-handlers
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/Retry-exception-handlers/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/76198855
[Style image]: https://styleci.io/repos/76198855/shield?style=flat "Code style"

[Retry]: https://github.com/ScriptFUSION/Retry