Add gateway and filter
Some checks failed
Game Ideas build for PR / build_blazor_app (pull_request) Failing after 29s

This commit is contained in:
2025-04-22 21:29:50 +02:00
parent ea9fc001f3
commit 6d109d00e6
7 changed files with 64 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
namespace GameIdeas.BlazorApp.Shared.Exceptions;
public class UserNotFoundException(string message) : Exception(message);