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