Skip to content

Commit

Permalink
add exception to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Cavallo committed Aug 13, 2020
1 parent 01dac23 commit 9051b54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ protected List<PlainMetadataSourceDto> readData(InputStream fileInpuStream) thro
lineForDebug++;
}
} catch (Exception e) {
throw new FileSourceException("Error reading file");
throw new FileSourceException("Error reading file", e);
}
return list;
}
Expand Down

0 comments on commit 9051b54

Please sign in to comment.