All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m27s
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #48
3 lines
128 B
C#
3 lines
128 B
C#
namespace GameIdeas.BlazorApp.Shared.Exceptions;
|
|
|
|
public class FetchGameDetailException(string message) : Exception(message); |