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