Files
Tongsin/SubProject/QRCodeLib/exception/VersionInformationException.cs
2019-02-23 23:02:52 +09:00

8 lines
153 B
C#

using System;
namespace ThoughtWorks.QRCode.ExceptionHandler
{
[Serializable]
public class VersionInformationException:System.ArgumentException
{
}
}