mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Catch ReadException and wrap it in IOException that carries the name of the file we failed to read in its message. We have to catch exception and wrap them because in TextAnalysisFormat we don't have an access to the file name (it operates using an abstract reader).