From 98ab5d0164040427f7c554febae125686284e2a7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:03:55 +0000 Subject: modification structure svn --- IvyToDel/IvyPPC/IvyException.cs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 IvyToDel/IvyPPC/IvyException.cs (limited to 'IvyToDel/IvyPPC/IvyException.cs') diff --git a/IvyToDel/IvyPPC/IvyException.cs b/IvyToDel/IvyPPC/IvyException.cs new file mode 100644 index 0000000..90a91b8 --- /dev/null +++ b/IvyToDel/IvyPPC/IvyException.cs @@ -0,0 +1,19 @@ +/// François-Régis Colin +/// http://www.tls.cena.fr/products/ivy/ +/// * +/// (C) CENA +/// * +namespace IvyBus +{ + using System; + + /// signals that an unrecoverrable Ivy exception has occured. + /// + + public class IvyException:System.Exception + { + public IvyException(System.String s):base(s) + { + } + } +} \ No newline at end of file -- cgit v1.1