Exception: Ferrum::CoordinatesNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/ferrum/errors.rb

Overview

Raised when the content quads (coordinates) for a node cannot be computed.

Instance Method Summary collapse

Constructor Details

#initialize(message = "Could not compute content quads") ⇒ CoordinatesNotFoundError

Returns a new instance of CoordinatesNotFoundError.



112
113
114
# File 'lib/ferrum/errors.rb', line 112

def initialize(message = "Could not compute content quads")
  super
end