sharee.bike-App/LockItShared/Services/CopriLock/Exception/CounldntCloseMovingException.cs

8 lines
129 B
C#
Raw Normal View History

2022-04-25 22:15:15 +02:00

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