UNPKG

@slynova/flydrive

Version:

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

12 lines 343 B
/** * @slynova/flydrive * * @license MIT * @copyright Slynova - Romain Lanz <romain.lanz@slynova.ch> */ import { RuntimeException } from 'node-exceptions'; export declare class AuthorizationRequired extends RuntimeException { raw: Error; constructor(err: Error, path: string); } //# sourceMappingURL=AuthorizationRequired.d.ts.map