Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace WatchIt.WebAPI.Services.Tokens.Exceptions;
|
||||
|
||||
public class TokenNotFoundException : Exception
|
||||
{
|
||||
public TokenNotFoundException() : base() { }
|
||||
}
|
||||
Reference in New Issue
Block a user