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