mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 18:46:30 +01:00
9 lines
270 B
C#
9 lines
270 B
C#
using TINK.MultilingualResources;
|
|
|
|
namespace TINK.Services.BluetoothLock.Exception
|
|
{
|
|
public class ConnectLocationOffException : System.Exception
|
|
{
|
|
public ConnectLocationOffException() : base(Resources.ErrorConnectLockLocationOffException) { }
|
|
}
|
|
}
|