UNPKG

@slynova/flydrive

Version:

Flexible and Fluent way to manage storage in Node.js.

11 lines 325 B
/** * @slynova/flydrive * * @license MIT * @copyright Slynova - Romain Lanz <romain.lanz@slynova.ch> */ import { RuntimeException } from 'node-exceptions'; export declare class MethodNotSupported extends RuntimeException { constructor(name: string, driver: string); } //# sourceMappingURL=MethodNotSupported.d.ts.map