using System;
namespace Common
{
public class QuitAppException : Exception
public QuitAppException(string message)
: base(message)
}