namespace BetterGenshinImpact.GameTask.AutoGeniusInvokation.Exception; // TODO: change this namespace to BetterGenshinImpact.GameTask.Common.Exception public class RetryException : System.Exception { public RetryException() : base() { } public RetryException(string message) : base(message) { } }