Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Shared/Exceptions/GameUpdateException.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

4 lines
124 B
C#

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