mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +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)
|
|
{
|
|
}
|
|
} |