Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/event/emitter/catcher"

Index

Functions

eventEmitterCatcher

  • eventEmitterCatcher(error: Error, event: Event): void
  • The default catcher for listeners. Just outputs the exception message to the console.

    Parameters

    • error: Error
    • event: Event

    Returns void