chore: moving towards agentic development
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace Socialize.Infrastructure.Security;
|
||||
|
||||
public class MissingClaimException(
|
||||
string claimName)
|
||||
: Exception($"Claim '{claimName}' is missing.");
|
||||
Reference in New Issue
Block a user