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