Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Shared/Exceptions/FetchGameDetailException.cs
Egamorf edd3ac78de
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m27s
Update and delete games (#48)
Co-authored-by: Maxime Adler <madler@sqli.com>
Reviewed-on: #48
2025-05-13 14:13:31 +02:00

3 lines
128 B
C#

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