Exception: Prawn::Document::BoundingBox::NoReferenceBounds
- Inherits:
-
StandardError
- Object
- StandardError
- Prawn::Document::BoundingBox::NoReferenceBounds
- Defined in:
- lib/prawn/document/bounding_box.rb
Stable API collapse
-
#initialize(message = "Can't find reference bounds: my parent is unset") ⇒ NoReferenceBounds
constructor
A new instance of NoReferenceBounds.
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( = "Can't find reference bounds: my parent is unset") super end |