@alwaysblank/denden
    Preparing search index...

    Class CallbackError

    Wraps an error thrown by a callback passed to Hub.sub so that we can differentiate from an error that a callback returns.

    Hierarchy

    • Error
      • CallbackError
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    NAME: string = 'ddm::error::callback'

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error