Files
game-ideas/src/GameIdeas/Client/GameIdeas.BlazorApp/Shared/Exceptions/UserNotFoundException.cs
Egamorf 6d109d00e6
Some checks failed
Game Ideas build for PR / build_blazor_app (pull_request) Failing after 29s
Add gateway and filter
2025-04-22 21:29:50 +02:00

4 lines
126 B
C#

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