Exception: Ferrum::CoordinatesNotFoundError

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CoordinatesNotFoundError.



76
77
78
# File 'lib/ferrum/errors.rb', line 76

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