Options
All
  • Public
  • Public/Protected
  • All
Menu

A minimal NamedError implementation not intended for widespread use -- just enough to support this library's needs. For a complete NamedError solution, see @salesforce/kit.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new NamedError(name: string, message: string): NamedError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor