Class LisnErrorAbstract

Base error type emitted by LISN.

Hierarchy (View Summary)

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Constructors

  • Parameters

    • Optionalmessage: string

    Returns LisnError

Properties

prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number
message: string
name: string
stack?: string