From 31a4ba441a313dca7821cae97378ac77b90068cc Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 11:59:19 +0000 Subject: suppression niveaux --- CSharp/Ivy/IvyPPC/IvyException.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 CSharp/Ivy/IvyPPC/IvyException.cs (limited to 'CSharp/Ivy/IvyPPC/IvyException.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyException.cs b/CSharp/Ivy/IvyPPC/IvyException.cs deleted file mode 100644 index 90a91b8..0000000 --- a/CSharp/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