tryError Documentation

Function: emitErrorReleased()
Function

```ts function emitErrorReleased(error): void; ``` Defined in: [events.ts:249](https://github.com/oconnorjohnson/try-error/blob/e3ae0308069a4fba073f4543d527ad76373db795/src/events.ts#L249) Emit error released event

tryError API Documentation v0.0.1-alpha.1


tryError API Documentation / emitErrorReleased

Function: emitErrorReleased()

function emitErrorReleased(error): void;

Defined in: events.ts:249

Emit error released event

Parameters

error

TryError

Returns

void