Fetch games

This commit is contained in:
Maxime Adler
2025-04-16 14:52:43 +02:00
parent 6180be8ee7
commit c768c92397
14 changed files with 110 additions and 35 deletions

View File

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