summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/csharp/org/uscxml/InterpreterException.cs')
-rw-r--r--src/bindings/swig/csharp/org/uscxml/InterpreterException.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs b/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
new file mode 100644
index 0000000..f86dc0e
--- /dev/null
+++ b/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
@@ -0,0 +1,7 @@
+namespace org.uscxml {
+ class InterpreterException : System.ApplicationException {
+ public InterpreterException(string message)
+ : base(message) {
+ }
+ }
+} \ No newline at end of file