21 #ifndef TULIPEXCEPTION_H 22 #define TULIPEXCEPTION_H 24 #include <tulip/tulipconf.h> 34 class TLP_SCOPE TulipException :
public std::exception {
36 TulipException(
const std::string &desc);
37 ~TulipException() throw() override;
38 const
char *what() const throw() override;
44 #endif // TULIPEXCEPTION