Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Throwable

Throwable extends Node Error Allows custom errors to initialize a name for themselves

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new Throwable(message: any, name: any): Throwable
  • Parameters

    • message: any
    • name: any

    Returns Throwable

Properties

message

message: string

name

name: string

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc