2022-08-30 15:42:25 +02:00
|
|
|
|
|
|
|
|
|
namespace TINK.Services.CopriApi.Exception
|
|
|
|
|
{
|
2022-09-06 16:08:19 +02:00
|
|
|
|
public class BikeStillInStationException : System.Exception
|
|
|
|
|
{
|
|
|
|
|
public BikeStillInStationException(string message) : base(message) { }
|
|
|
|
|
}
|
2022-08-30 15:42:25 +02:00
|
|
|
|
}
|