Add more catches

This commit is contained in:
Matt Nadareski
2016-04-22 15:59:32 -07:00
parent 8c8eba97fe
commit 7f1ce9e3bc

View File

@@ -53,6 +53,10 @@ namespace SabreTools.Helper
return null; return null;
} }
} }
catch (IOException)
{
logger.Error("File '" + filename + "' could not be open or read");
}
catch (Exception ex) catch (Exception ex)
{ {
logger.Error(ex.ToString()); logger.Error(ex.ToString());