sharee.bike-App/LockItShared/Services/CopriLock/Exception/CounldntCloseMovingException.cs
2022-04-25 22:15:15 +02:00

8 lines
129 B
C#

namespace TINK.Services.CopriLock.Exception
{
public class CounldntCloseMovingException : System.Exception
{
}
}