Exception: Geos::IndexBoundsError

Inherits:
Error
  • Object
show all
Defined in:
lib/ffi-geos.rb

Instance Method Summary collapse

Constructor Details

#initializeIndexBoundsError

Returns a new instance of IndexBoundsError.



1238
1239
1240
# File 'lib/ffi-geos.rb', line 1238

def initialize(*)
  super("Index out of bounds")
end