namespace TINK.Services.BluetoothLock.Exception { public class CoundntGetCharacteristicException : System.Exception { public CoundntGetCharacteristicException(string message) : base(message) { } } }