Add rider files and use options
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m13s

This commit is contained in:
2025-07-28 23:10:43 +02:00
parent a1cc9dec99
commit 564cadb945
13 changed files with 127 additions and 6 deletions

View File

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

View File

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