/** * Thrown when the input file has an extension that is not one of the * supported Office formats: `.ppt`, `.pptx`, `.doc`, `.docx`, `.xls`, `.xlsx`. */ export default class UnsupportedFileError extends Error { constructor(); }