17 #ifndef GEOS_UTIL_GEOSEXCEPTION_H
18 #define GEOS_UTIL_GEOSEXCEPTION_H
20 #include <geos/export.h>
26 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
55 GEOSException(std::string
const& name, std::string
const& msg)
63 const char* what()
const throw()
77 #endif // GEOS_UTIL_GEOSEXCEPTION_H