Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/event/emitter/ICatcher"

Index

Type aliases

Type aliases

IEventEmitterCatcher

IEventEmitterCatcher: function

The callback that can be handed to the extended event emitter to catch throw exceptions during an invoke call.

Type declaration

    • (error: Error, event: Event, args: ReadonlyArray<unknown>, listener: IListener, emitter: IEventEmitterImmutable): void
    • Parameters

      Returns void