MyBookmark/Modules.Library.Domain/Exceptions/Genre/GenreWithSameNameIsAlreadyExistException.cs
2024-09-04 23:08:56 +03:00

5 lines
124 B
C#

namespace Modules.Library.Domain.Exceptions.Genre;
public class GenreWithSameNameIsAlreadyExistException : Exception
{
}