9 lines
148 B
C#
9 lines
148 B
C#
using System;
|
|
|
|
namespace MessagingToolkit.QRCode.ExceptionHandler;
|
|
|
|
[Serializable]
|
|
public class VersionInformationException : ArgumentException
|
|
{
|
|
}
|