UNPKG

181 BTypeScriptView Raw
1/**
2 * Thrown if some required driver's option is not set.
3 */
4export declare class DriverOptionNotSetError extends Error {
5 name: string;
6 constructor(optionName: string);
7}