Files
schengen-visa/SchengenVisaApi/ApplicationLayer/GeneralExceptions/AlreadyExistsException.cs

5 lines
133 B
C#

namespace ApplicationLayer.GeneralExceptions
{
public class AlreadyExistsException(string message) : ApiException(message);
}