NotImplementedError
Hierarchy
- Readonly<Error & { cause: unknown; message: string; name: NotImplementedError; stack: string } & { name: NotImplementedError }>
- NotImplementedError
Index
Constructors
constructor
Error constructor
Properties
staticreadonlyerrorName
Error name
Methods
staticasString
Static method to convert an error to a string
statichasInstance
Return true if anyValue is an instance of current class
Type parameters
- Class: new (...args: any) => any
NotImplementedError constructor