class HexaPDF::EncryptionError

Raised when there are problems while encrypting or decrypting a document.

def message # :nodoc:

:nodoc:
def message # :nodoc:
  pdf_object ? "Object (#{pdf_object.oid},#{pdf_object.gen}): #{super}" : super
end