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

8 lines
133 B
C#

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