PdfCorruptedException constructor

PdfCorruptedException([
  1. String? message
])

Implementation

PdfCorruptedException([String? message])
  : super(message ?? 'PDF file is corrupted');