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.cxx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 Skin++/src/Cle2000Exception.cxx (limited to 'Skin++/src/Cle2000Exception.cxx') diff --git a/Skin++/src/Cle2000Exception.cxx b/Skin++/src/Cle2000Exception.cxx new file mode 100755 index 0000000..216825f --- /dev/null +++ b/Skin++/src/Cle2000Exception.cxx @@ -0,0 +1,22 @@ + +/*****************************************/ +/* EXCEPTION CLASS FOR Lifo */ +/* AUTHOR: A. HEBERT ; 2012/10/07 */ +/*****************************************/ + +/* +Copyright (C) 2012 Ecole Polytechnique de Montreal + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. +*/ + +#include "Cle2000Exception.hxx" +using namespace std; +using namespace ganlib; + +ganlib::Cle2000Exception::Cle2000Exception(const string& msg) : runtime_error(msg) { + cout << "A Cle2000Exception was thrown with message: " << msg << endl; +} -- cgit v1.2.3