Files
QRCodeLib/exception/VersionInformationException.cs
2019-05-04 06:53:50 +09:00

8 lines
153 B
C#

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