femto-backend/Femto.Common/Domain/RuleBrokenException.cs
2025-05-03 15:38:57 +02:00

3 lines
No EOL
108 B
C#

namespace Femto.Common.Domain;
public class RuleBrokenException(string message) : DomainException(message);