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.



1502
1503
1504
# File 'lib/ffi-geos.rb', line 1502

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