16 #ifndef GEOS_UTIL_GEOSEXCEPTION_H
17 #define GEOS_UTIL_GEOSEXCEPTION_H
19 #include <geos/export.h>
25 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
54 GEOSException(std::string
const& name, std::string
const& msg)
62 const char* what()
const throw()
76 #endif // GEOS_UTIL_GEOSEXCEPTION_H