fix namespace

This commit is contained in:
Oli Sturm
2026-04-22 15:07:46 +01:00
parent fd03c45942
commit f99a6e9fc7
6 changed files with 10 additions and 10 deletions
@@ -1,4 +1,4 @@
namespace CsharpFp1.Domain;
namespace CsharpOopSimplified2.Domain;
/// Custom domain exception thrown when a withdrawal would cause the balance to go below zero
public sealed class InsufficientBalanceException : InvalidOperationException