5 lines
112 B
C#
5 lines
112 B
C#
namespace Modules.Library.Domain.Exceptions.Genre;
|
|
|
|
public class GenreIsAlreadyExistException : Exception
|
|
{
|
|
} |