UNPKG

173 BTypeScriptView Raw
1/**
2 * Thrown when some option is not set in the connection options.
3 */
4export declare class NoConnectionOptionError extends Error {
5 constructor(optionName: string);
6}