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