sharee.bike-App/LockItShared/Services/BluetoothLock/Exception/OutOfReachException.cs
2023-08-31 12:20:06 +02:00

8 lines
267 B
C#

namespace TINK.Services.BluetoothLock.Exception
{
/// <summary> Thrown whenever lock is out of reach.</summary>
/// <remarks> If fired when scan for devices does not result in lock being found.</remarks>
public class OutOfReachException : System.Exception
{
}
}