UNPKG

graphdb-workbench

Version:
9 lines (8 loc) 298 B
import { ErrorBase } from '../../../error'; /** * Error thrown when there is an issue mapping a response from the server. * The message should indicate the specific mapping problem encountered. */ export declare class ResponseMappingError extends ErrorBase { constructor(message: string); }