Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotImplementedError

Hierarchy

  • Error
    • NotImplementedError

Index

Constructors

constructor

  • new NotImplementedError(message: string, target?: undefined | { name: string }, prop?: undefined | string): NotImplementedError

Properties

message

message: string

name

name: string

Optional Readonly prop

prop: undefined | string

Optional stack

stack: undefined | string

Optional Readonly target

target: undefined | { name: string }

Static Error

Error: ErrorConstructor

Methods

Static methodNotImplemented

  • methodNotImplemented(methodName: string, type?: undefined | { name: string }, additionalDetails?: string): Error

Generated using TypeDoc