init commit
This commit is contained in:
15
20220330_Vote/RoadFlow.Pinyin/exception/PinyinException.cs
Normal file
15
20220330_Vote/RoadFlow.Pinyin/exception/PinyinException.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace RoadFlow.Pinyin.exception
|
||||
{
|
||||
/// <summary>
|
||||
/// 拼音异常类
|
||||
/// </summary>
|
||||
public class PinyinException : Exception
|
||||
{
|
||||
public PinyinException(string message) : base(message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user