IEventEmitterCatcher
IEventEmitterCatcher: function
Type declaration
-
- (error: Error, event: Event, args: ReadonlyArray<unknown>, listener: IListener, emitter: IEventEmitterImmutable): void
-
Parameters
-
error: Error
-
event: Event
-
args: ReadonlyArray<unknown>
-
listener: IListener
-
Returns void
The callback that can be handed to the extended event emitter to catch throw exceptions during an
invoke
call.