Aller au contenu principal

NotImplementedError

The NotImplementedError object indicates an error that the current function was not implemented

@example
function someFunction() {
throw NotImplementedError();// message can be customized
}

Hierarchy

  • Readonly<Error & { cause: unknown; message: string; name: NotImplementedError; stack: string } & { name: NotImplementedError }>
    • NotImplementedError

Index

Constructors

Properties

Constructors

constructor

  • Error constructor

Properties

staticreadonlyerrorName

errorName: NotImplementedError

Error name

Page Options