Exception: PDF::Core::Reference::CannotAttachStream

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pdf/core/reference.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Cannot attach stream to a non-dictionary object') ⇒ CannotAttachStream

Returns a new instance of CannotAttachStream.



17
18
19
# File 'lib/pdf/core/reference.rb', line 17

def initialize(message = 'Cannot attach stream to a non-dictionary object')
  super
end