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