typescript-retry-decorator
typescript-retry-decorator copied to clipboard
Allow custom handling of last exception
It would be helpful to have the ability to handle what gets thrown in the end, in case there is a need to remap the error to something else. I did not see this functionality in the documentation, but perhaps it is already possible?
And thanks for making this library!