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

6 lines
157 B
C#

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