Errors
GEOSError
edit
Base error class for all geos.js
errors.
Errors that originate from C/C++/Wasm code are thrown as instances of this class. More specific errors are thrown as instances of one of the subclasses of this class.
GEOSError
is a subclass of Error
.