using System; using System.Collections.Generic; using System.Text; namespace OpenTap.Addin { /// /// /// public class NoRuntimeVariableException : Exception { /// /// /// public NoRuntimeVariableException(string message) : base(message) { } } }