Files
silver-octo-spoon/wolverine/a-frame-architecture/FinancialApi.Domain/Exceptions/InsufficientFundsException.cs
T

3 lines
133 B
C#

namespace FinancialApi.Domain.Exceptions;
public class InsufficientFundsException(string message) : GaapViolationException(message);