mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove all exceptions inside dumpers.
This commit is contained in:
@@ -109,7 +109,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
default:
|
||||
dumpLog.WriteLine("Unknown device type.");
|
||||
dumpLog.Close();
|
||||
throw new NotSupportedException("Unknown device type.");
|
||||
StoppingErrorMessage?.Invoke("Unknown device type.");
|
||||
return;
|
||||
}
|
||||
|
||||
dumpLog.Close();
|
||||
|
||||
Reference in New Issue
Block a user