using System; namespace YLPublishTool { class RunException : Exception { public RunException(string message) : base(message) { } } }