mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more catches
This commit is contained in:
@@ -53,6 +53,10 @@ namespace SabreTools.Helper
|
||||
return null;
|
||||
}
|
||||
}
|
||||
catch (IOException)
|
||||
{
|
||||
logger.Error("File '" + filename + "' could not be open or read");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.Error(ex.ToString());
|
||||
|
||||
Reference in New Issue
Block a user