3 lines
No EOL
108 B
C#
3 lines
No EOL
108 B
C#
namespace Femto.Common.Domain;
|
|
|
|
public class RuleBrokenException(string message) : DomainException(message); |