Exception: Geos::IndexBoundsError
- Defined in:
- lib/ffi-geos.rb
Instance Method Summary collapse
-
#initialize ⇒ IndexBoundsError
constructor
A new instance of IndexBoundsError.
Constructor Details
#initialize ⇒ IndexBoundsError
Returns a new instance of IndexBoundsError.
1238 1239 1240 |
# File 'lib/ffi-geos.rb', line 1238 def initialize(*) super("Index out of bounds") end |