UNPKG

gphotos-scraper

Version:

A tool to extract public url and metadata from shared album

12 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlbumNotFoundException = void 0; class AlbumNotFoundException extends Error { constructor() { super(...arguments); this.code = 401; this.message = "Album not found"; } } exports.AlbumNotFoundException = AlbumNotFoundException; //# sourceMappingURL=album-not-found-exception.js.map