6 lines
167 B
C#
6 lines
167 B
C#
namespace WatchIt.WebAPI.Services.Tokens.Exceptions;
|
|
|
|
public class TokenNotExtendableException : Exception
|
|
{
|
|
public TokenNotExtendableException() : base() { }
|
|
} |