init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.Client.KGR.Exceptions
|
||||
{
|
||||
public class SikertelenAccessTokenLekeresException : ApplicationException
|
||||
{
|
||||
public SikertelenAccessTokenLekeresException(string message) : base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user