From 3593a483d5566779f1d56e037615685cdc77c0a0 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:05:47 +0000 Subject: modification structure svn --- IvyToDel/IvyPPC/IvyException.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 IvyToDel/IvyPPC/IvyException.cs (limited to 'IvyToDel/IvyPPC/IvyException.cs') diff --git a/IvyToDel/IvyPPC/IvyException.cs b/IvyToDel/IvyPPC/IvyException.cs deleted file mode 100644 index 90a91b8..0000000 --- a/IvyToDel/IvyPPC/IvyException.cs +++ /dev/null @@ -1,19 +0,0 @@ -/// 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