sharee.bike-App/TINKLib/Services/CopriApi/Exception/BikeStillInStationException.cs
Anja Müller-Meißner 0468955d49 Version 3.0.338
2022-09-08 09:55:14 +02:00

9 lines
191 B
C#

namespace TINK.Services.CopriApi.Exception
{
public class BikeStillInStationException : System.Exception
{
public BikeStillInStationException(string message) : base(message) { }
}
}