18#include <geos/export.h>
24#pragma warning(disable: 4251)
25#pragma warning(disable: 4275)
43 std::runtime_error(
"Unknown error")
48 std::runtime_error(msg)
51 GEOSException(std::string
const& name, std::string
const& msg)
53 std::runtime_error(name +
": " + msg)
Base class for all GEOS exceptions.
Definition: GEOSException.h:37
Basic namespace for all GEOS functionalities.
Definition: geos.h:39