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