Files
WatchIt/WatchIt.WebAPI/Services/Tokens/Exceptions/TokenNotExtendableException.cs

6 lines
167 B
C#

namespace WatchIt.WebAPI.Services.Tokens.Exceptions;
public class TokenNotExtendableException : Exception
{
public TokenNotExtendableException() : base() { }
}