UNPKG

graphdb-workbench

Version:
8 lines (7 loc) 195 B
import { ErrorBase } from '../../../error'; /** * Error thrown when an operation/method is not supported. */ export declare class OperationNotSupported extends ErrorBase { constructor(); }