export interface InvalidPDFException {
    message: string;
    name: string;
}
