Add a root exception

This commit is contained in:
2025-02-26 14:53:42 -06:00
parent 366f5d9600
commit 27c816d627

View File

@ -108,7 +108,7 @@ public class CsvExportStreamer implements ExportStreamerInterface
}
catch(Exception e)
{
throw (new QReportingException("Error starting CSV report"));
throw (new QReportingException("Error starting CSV report", e));
}
}