Exception: Prawn::Document::BoundingBox::NoReferenceBounds

Inherits:
StandardError
  • Object
show all
Defined in:
lib/prawn/document/bounding_box.rb

Overview

Indicates absence of a reference bounding box of a fixed height.

Stable API collapse

Constructor Details

#initialize(message = "Can't find reference bounds: my parent is unset") ⇒ NoReferenceBounds

Returns a new instance of NoReferenceBounds.

Source Code
lib/prawn/document/bounding_box.rb, line 246
246
def initialize(message = "Can't find reference bounds: my parent is unset")
247
  super
248
end