SparkleShare/SharpSSH/java/RuntimeException.cs
2010-07-15 20:41:37 +01:00

18 lines
280 B
C#

using System;
namespace Tamir.SharpSsh.java
{
/// <summary>
/// Summary description for RuntimeException.
/// </summary>
public class RuntimeException : Exception
{
public RuntimeException()
{
//
// TODO: Add constructor logic here
//
}
}
}