using TINK.Model.Bikes.BikeInfoNS.BluetoothLock; namespace TINK.Services.BluetoothLock.Exception { public class CouldntCloseMovingException : StateAwareException { public CouldntCloseMovingException() : base( LockingState.Open, // Locking bold is probable (according to haveltec) still open. MultilingualResources.Resources.ErrorCloseLockBikeMoving) { } } }