Files
schengen-visa/ApplicationLayer/GeneralExceptions/ApiException.cs
2025-10-05 14:32:06 +03:00

3 lines
113 B
C#

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