Exception: Geos::NullPointerError
- Defined in:
- lib/ffi-geos/tools.rb
Instance Method Summary collapse
-
#initialize ⇒ NullPointerError
constructor
A new instance of NullPointerError.
Constructor Details
#initialize ⇒ NullPointerError
Returns a new instance of NullPointerError.
6 7 8 |
# File 'lib/ffi-geos/tools.rb', line 6 def initialize(*) super("Tried to create a Geometry from a NULL pointer!") end |