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

8 lines
133 B
C#
Raw Normal View History

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

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