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.
1332 1333 1334 |
# File 'lib/ffi-geos.rb', line 1332 def initialize(*) super('Index out of bounds') end |