tryError Documentation
Function: emitErrorRecovered()
Function
```ts function emitErrorRecovered(error, recovery): void; ``` Defined in: [events.ts:296](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/events.ts#L296) Emit error recovered event
tryError API Documentation v0.0.1-alpha.1
tryError API Documentation / emitErrorRecovered
Function: emitErrorRecovered()
function emitErrorRecovered(error, recovery): void;
Defined in: events.ts:296
Emit error recovered event
Parameters
error
recovery
any
Returns
void