UNPKG

google-photos-migrate

Version:

A tool to fix EXIF data and recover filenames from a Google Photos takeout.

7 lines (6 loc) 230 B
import { MediaMigrationError } from '../media/MediaMigrationError.js'; export class NoMetaFileError extends MediaMigrationError { toString() { return `Unable to locate meta file for: ${this.failedMedia.path}`; } }