summaryrefslogtreecommitdiff
path: root/Ivy/IvyPPC/IvyException.cs
diff options
context:
space:
mode:
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