using System; namespace CleanFlashCommon { public class InstallException : Exception { public InstallException(string message) : base(message) { } } }