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