Class LisnUsageError

Error type emitted for invalid input or incorrect usage of a function.

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