mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-21 12:36:28 +02:00
Version 3.0.381
This commit is contained in:
parent
f963c0a219
commit
3a363acf3a
1525 changed files with 60589 additions and 125098 deletions
|
@ -0,0 +1,8 @@
|
|||
|
||||
namespace ShareeBike.Services.CopriApi.Exception
|
||||
{
|
||||
public class BikeStillInStationException : System.Exception
|
||||
{
|
||||
public BikeStillInStationException(string message) : base(message) { }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
using ShareeBike.MultilingualResources;
|
||||
|
||||
namespace ShareeBike.Services.CopriApi.Exception
|
||||
{
|
||||
public class RequestNotCachableException : System.Exception
|
||||
{
|
||||
public RequestNotCachableException(string nameOfAction) : base(AppResources.ErrorNoWeb, new System.Exception($"{nameOfAction} is not cacheable."))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue