using System; namespace WowUp.Common.Exceptions { public class NoReleaseFoundException : Exception { } }