PdfUnsupportedEncryptionException constructor

PdfUnsupportedEncryptionException([
  1. String? message
])

Implementation

PdfUnsupportedEncryptionException([String? message])
  : super(message ?? 'PDF encryption type is not supported');