Method: HexaPDF::EncryptionError#message
- Defined in:
- lib/hexapdf/error.rb
#message ⇒ Object
:nodoc:
76 77 78 |
# File 'lib/hexapdf/error.rb', line 76 def # :nodoc: pdf_object ? "Object (#{pdf_object.oid},#{pdf_object.gen}): #{super}" : super end |