UNPKG

@sqltools/base-driver

Version:
6 lines (5 loc) 208 B
import NotifyResponseError from './response-error'; export declare class ElectronNotSupportedError extends NotifyResponseError { constructor(message?: string); } export default ElectronNotSupportedError;