import InvalidOperationError from '@ivantha/graphjs/src/errors/invalid-operation-error.js'
InvalidOperationError
Extends:
es6-error~ExtendableError → InvalidOperationError
Thrown when the operation called for was not implemented / relevant for the context.
Constructor Summary
Public Constructor | ||
public |
constructor(message: string) Creates an instance of InvalidOperationError. |