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

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

Stable API collapse

Constructor Details

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

Returns a new instance of NoReferenceBounds.



227
228
229
# File 'lib/prawn/document/bounding_box.rb', line 227

def initialize(message = "Can't find reference bounds: my parent is unset")
  super
end