namespace DoliMiddlewareApi.Exceptions;
public class ApiException : Exception
{
public ApiException(string message) : base(message)
}
Powered by Projectes IES La Mar.