Class LisnBugError

Error type emitted if an assertion is wrong => report bug.

Hierarchy (View Summary)

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void

Constructors

Properties

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

Optional override for formatting stack traces

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