mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add a root exception
This commit is contained in:
@ -108,7 +108,7 @@ public class CsvExportStreamer implements ExportStreamerInterface
|
|||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
throw (new QReportingException("Error starting CSV report"));
|
throw (new QReportingException("Error starting CSV report", e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user