sharee.bike-App/SharedBusinessLogic/Repository/Exception/CallNotRequiredException.cs
2024-04-09 12:53:23 +02:00

6 lines
113 B
C#

namespace ShareeBike.Repository.Exception
{
public class CallNotRequiredException : System.Exception
{
}
}