main
1using System;
2
3namespace presentation.windows.server.domain.accounting
4{
5    public class TransactionDoesNotBalance : Exception
6    {
7        
8    }
9}