8 lines
153 B
C#
8 lines
153 B
C#
using System;
|
|
namespace ThoughtWorks.QRCode.ExceptionHandler
|
|
{
|
|
[Serializable]
|
|
public class VersionInformationException:System.ArgumentException
|
|
{
|
|
}
|
|
} |