PdfiumException constructor

const PdfiumException(
  1. String message
)

Creates a PdfiumException with the given message.

Implementation

const PdfiumException(this.message);