summaryrefslogtreecommitdiff
path: root/Ivy/IvyPPC/IvyException.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 12:03:55 +0000
committerfcolin2007-02-01 12:03:55 +0000
commit98ab5d0164040427f7c554febae125686284e2a7 (patch)
treea6ab9c20fbf1172553d364c91447149e4dc72ab0 /Ivy/IvyPPC/IvyException.cs
parent531dfa4389ba34a0d32eed0ba8c82839e437d992 (diff)
downloadivy-csharp-98ab5d0164040427f7c554febae125686284e2a7.zip
ivy-csharp-98ab5d0164040427f7c554febae125686284e2a7.tar.gz
ivy-csharp-98ab5d0164040427f7c554febae125686284e2a7.tar.bz2
ivy-csharp-98ab5d0164040427f7c554febae125686284e2a7.tar.xz
modification structure svn
Diffstat (limited to 'Ivy/IvyPPC/IvyException.cs')
-rw-r--r--Ivy/IvyPPC/IvyException.cs19
1 files changed, 0 insertions, 19 deletions
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;
-
- /// <summary> signals that an unrecoverrable Ivy exception has occured.
- /// </summary>
-
- public class IvyException:System.Exception
- {
- public IvyException(System.String s):base(s)
- {
- }
- }
-} \ No newline at end of file