From f774b7c2f24553ebdaa60f1894d358aeea7ccbef Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 4 Feb 2019 16:20:56 +0000 Subject: Gem 56ba69d2d2e2137785b9ca4f27f8600f3d2e24e4 linux/amd64 built 'master:56ba69d2d2e2137785b9ca4f27f8600f3d2e24e4' for linux/amd64 --- Gem/develop/include/Gem/Gem/Exception.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Gem/develop/include') diff --git a/Gem/develop/include/Gem/Gem/Exception.h b/Gem/develop/include/Gem/Gem/Exception.h index d09a480..96051e0 100644 --- a/Gem/develop/include/Gem/Gem/Exception.h +++ b/Gem/develop/include/Gem/Gem/Exception.h @@ -32,22 +32,18 @@ DESCRIPTION #define _INCLUDE__GEM_GEM_EXCEPTION_H_ #include "Gem/ExportDef.h" -#include +#include + typedef struct _text t_object; -class GEM_EXTERN GemException +class GEM_EXTERN GemException : public std::runtime_error { public: GemException(void); explicit GemException(const char*error); explicit GemException(const std::string&error); - virtual ~GemException(void); - - virtual const char *what(void) const; virtual void report(const char*origin=0) const; -private: - const char*ErrorString; }; namespace gem -- cgit v1.2.1