2021-05-13 17:07:16 +02:00
|
|
|
|
namespace TINK.Services.BluetoothLock.Exception
|
|
|
|
|
{
|
2022-09-06 16:08:19 +02:00
|
|
|
|
public class CoundntGetCharacteristicException : System.Exception
|
|
|
|
|
{
|
|
|
|
|
public CoundntGetCharacteristicException(string message) : base(message)
|
|
|
|
|
{ }
|
|
|
|
|
}
|
2021-05-13 17:07:16 +02:00
|
|
|
|
}
|