From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- Skin++/src/Cle2000Exception.hxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 Skin++/src/Cle2000Exception.hxx (limited to 'Skin++/src/Cle2000Exception.hxx') diff --git a/Skin++/src/Cle2000Exception.hxx b/Skin++/src/Cle2000Exception.hxx new file mode 100755 index 0000000..5c9020a --- /dev/null +++ b/Skin++/src/Cle2000Exception.hxx @@ -0,0 +1,22 @@ +/** + * Exception class for Cle2000 wrapper uses in C++ + *

+ * + * @author Alain Hebert, Ecole Polytechnique de Montreal (2012) + */ +#ifndef Cle2000Exception_HXX +#define Cle2000Exception_HXX + +#include +#include +#include + +namespace ganlib { + +class Cle2000Exception : public std::runtime_error { +public: + Cle2000Exception(const std::string& msg = ""); +}; // class Cle2000Exception */ + +} // namespace ganlib +#endif -- cgit v1.2.3