sharee.bike-App/LockItShared/Services/BluetoothLock/Exception/OutOfReachException.cs
2021-05-13 17:07:16 +02:00

8 lines
189 B
C#

namespace TINK.Services.BluetoothLock.Exception
{
/// <summary> Thrown whenever lock is out of reach.</summary>
public class OutOfReachException : System.Exception
{
}
}