PdfSplitException constructor
const
PdfSplitException(
- String message, {
- Object? cause,
- StackTrace? stackTrace,
Implementation
const PdfSplitException(
super.message, {
super.cause,
super.stackTrace,
});