From 98ab5d0164040427f7c554febae125686284e2a7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:03:55 +0000 Subject: modification structure svn --- Ivy/IvyPPC/IvyException.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 Ivy/IvyPPC/IvyException.cs (limited to 'Ivy/IvyPPC/IvyException.cs') diff --git a/Ivy/IvyPPC/IvyException.cs b/Ivy/IvyPPC/IvyException.cs deleted file mode 100644 index 90a91b8..0000000 --- a/Ivy/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