Removed superfluous try catch throw pattern
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -34,8 +34,7 @@ namespace AyaNova.Util
|
||||
await task.ConfigureAwait(false);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// TODO: consider whether derived types are also acceptable.
|
||||
{
|
||||
if (!acceptableExceptions.Contains(ex.GetType()))
|
||||
throw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user