summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/csharp/org/uscxml/InterpreterException.cs
blob: f86dc0e5e6513ff036dc99ea769534a66667e81d (plain)
1
2
3
4
5
6
7
namespace org.uscxml {
	class InterpreterException : System.ApplicationException {
	  public InterpreterException(string message) 
	    : base(message) {
	  }
	}
}