/** * Thrown when `msoffice2pdf()` is called on an operating system other * than Linux, macOS, or Windows. */ export default class UnsupportedOSError extends Error { constructor(); }