Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Shared/Exceptions/GameNotFoundException.cs
Maxime Adler c768c92397 Fetch games
2025-04-16 14:52:43 +02:00

4 lines
126 B
C#

namespace GameIdeas.BlazorApp.Shared.Exceptions;
public class GameNotFoundException(string message) : Exception(message);