PdfOutOfMemoryException constructor

PdfOutOfMemoryException([
  1. String? message
])

Implementation

PdfOutOfMemoryException([String? message])
  : super(message ?? 'Not enough memory to process the PDF');