main
1using System;
2
3namespace MoMoney.Presentation.Model.Projects
4{
5    public class FileNotSpecifiedException : Exception
6    {
7    }
8}