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