PdfExtractionException constructor

const PdfExtractionException(
  1. PdfError error
)

Creates a PdfExtractionException with the given error.

Implementation

const PdfExtractionException(this.error);