namespace TINK.Services.BluetoothLock.Exception
{
	public class AlreadyConnectedException : System.Exception
	{
		public AlreadyConnectedException() : base("Invalid reconnect call detected. Device is already connected.") { }
	}
}