@laserware/stasis
    Preparing search index...

    Interface ListenerErrorHandler

    Gets notified with synchronous and asynchronous errors raised by listeners or predicates.

    • Parameters

      • error: unknown

        The thrown error.

      • errorInfo: ListenerErrorInfo

        Additional information regarding the thrown error.

      Returns void