UNPKG

@sqltools/base-driver

Version:
7 lines (6 loc) 292 B
import { ResponseError } from 'vscode-languageserver'; import { INotifyErrorData } from '@sqltools/types'; export declare class NotifyResponseError<T = INotifyErrorData> extends ResponseError<T> { constructor(code: number, message: string, data: T); } export default NotifyResponseError;