Files
schengen-visa/SchengenVisaApi/ApplicationLayer/GeneralExceptions/AlreadyExistsException.cs
2024-08-26 11:33:31 +03:00

3 lines
126 B
C#

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