initial commit
This commit is contained in:
8
exception/VersionInformationException.cs
Normal file
8
exception/VersionInformationException.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
namespace ThoughtWorks.QRCode.ExceptionHandler
|
||||
{
|
||||
[Serializable]
|
||||
public class VersionInformationException:System.ArgumentException
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user