Class UncaughtError

An error that is thrown when we encounter an error, and no error listeners are present.

Hierarchy

Constructors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Properties

cause?: unknown
message: string
name: string = "UncaughtError"
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Type declaration

stackTraceLimit: number