Exception: PDF::Core::Reference::CannotAttachStream
- Inherits:
-
StandardError
- Object
- StandardError
- PDF::Core::Reference::CannotAttachStream
- Defined in:
- lib/pdf/core/reference.rb
Instance Method Summary collapse
-
#initialize(message = 'Cannot attach stream to a non-dictionary object') ⇒ CannotAttachStream
constructor
A new instance of CannotAttachStream.
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( = 'Cannot attach stream to a non-dictionary object') super end |