mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-04 11:15:18 +08:00
6 lines
235 B
C#
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)
|
|
{
|
|
}
|