/** * Thrown when no LibreOffice binary is found at any of the * platform-specific search paths during auto-detection. * * To resolve, either install LibreOffice or pass a custom path * via the `libreOfficeBinaryPath` option. */ export default class LibreOfficeNotFoundError extends Error { constructor(); }