UNPKG

google-photos-migrate

Version:

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

7 lines (6 loc) 219 B
import { MediaMigrationError } from './MediaMigrationError.js'; export class InvalidExtError extends MediaMigrationError { toString() { return `File has invalid extension: ${this.failedMedia.path}`; } }