初始化
This commit is contained in:
9
Common/SnowIdGenerate/InvalidSystemClock.cs
Normal file
9
Common/SnowIdGenerate/InvalidSystemClock.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Snowflake
|
||||
{
|
||||
public class InvalidSystemClock : Exception
|
||||
{
|
||||
public InvalidSystemClock(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user