using TINK.Model.Bikes.BikeInfoNS.BluetoothLock; using TINK.MultilingualResources; namespace TINK.Services.BluetoothLock.Exception { public class CouldntOpenInconsistentStateExecption : StateAwareException { public CouldntOpenInconsistentStateExecption(LockingState state) : base( state, string.Format(Resources.LockItExceptionOpenLockUnexpectedState, state)) { } } }