mirror of
https://gitlab.com/fabinfra/fabaccess/nfc.git
synced 2025-03-12 14:51:51 +01:00
10 lines
114 B
C#
10 lines
114 B
C#
using System;
|
|
|
|
namespace NFC.Exceptions
|
|
{
|
|
public class CardUnavailableException : Exception
|
|
{
|
|
|
|
}
|
|
}
|