mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-01-05 13:06:27 +01:00
6 lines
122 B
C#
6 lines
122 B
C#
namespace TINK.Model.Repository.Exception
|
|
{
|
|
public class CallNotRequiredException : System.Exception
|
|
{
|
|
}
|
|
}
|