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

3 lines
113 B
C#

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