mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-06 11:55:31 +08:00
8 lines
202 B
C#
8 lines
202 B
C#
namespace BetterGenshinImpact.GameTask.AutoGeniusInvokation.Exception;
|
|
|
|
public class NormalEndException: System.Exception
|
|
{
|
|
public NormalEndException(string message) : base(message)
|
|
{
|
|
}
|
|
} |