SparkleShare/SharpSSH/java/RuntimeException.cs

18 lines
280 B
C#
Raw Normal View History

2010-07-15 19:41:37 +00:00
using System;
namespace Tamir.SharpSsh.java
{
/// <summary>
/// Summary description for RuntimeException.
/// </summary>
public class RuntimeException : Exception
{
public RuntimeException()
{
//
// TODO: Add constructor logic here
//
}
}
}