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
- Host: GitHub
- URL: https://github.com/scriptfusion/retry-exception-handlers
- Owner: ScriptFUSION
- Created: 2016-12-11T20:44:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T20:13:49.000Z (over 3 years ago)
- Last Synced: 2025-01-23T16:42:43.449Z (about 1 year ago)
- Topics: exception-handler
- Language: PHP
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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