PdfSplitException constructor

const PdfSplitException(
  1. String message, {
  2. Object? cause,
  3. StackTrace? stackTrace,
})

Implementation

const PdfSplitException(
  super.message, {
  super.cause,
  super.stackTrace,
});