PdfNotFoundException constructor

PdfNotFoundException([
  1. String? message
])

Implementation

PdfNotFoundException([String? message])
  : super(message ?? 'PDF file not found');