Some checks failed
Game Ideas build for PR / build_blazor_app (pull_request) Failing after 29s
4 lines
126 B
C#
4 lines
126 B
C#
namespace GameIdeas.BlazorApp.Shared.Exceptions;
|
|
|
|
public class UserNotFoundException(string message) : Exception(message);
|