5 lines
133 B
C#
5 lines
133 B
C#
namespace ApplicationLayer.GeneralExceptions
|
|
{
|
|
public class AlreadyExistsException(string message) : ApiException(message);
|
|
}
|