femto-backend/Femto.Common/Domain/RuleBrokenError.cs
2025-05-15 17:47:20 +02:00

3 lines
No EOL
100 B
C#

namespace Femto.Common.Domain;
public class RuleBrokenError(string message) : DomainError(message);