Files
better-genshin-impact/BetterGenshinImpact/GameTask/Common/Exception/NormalEndException.cs
2024-02-29 10:29:29 +08:00

6 lines
235 B
C#

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