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