Remove all exceptions inside dumpers.

This commit is contained in:
2019-04-20 14:02:25 +01:00
parent b5162fd4be
commit 552bb57514
10 changed files with 115 additions and 61 deletions

View File

@@ -30,7 +30,7 @@
// Copyright © 2011-2019 Natalia Portillo
// ****************************************************************************/
using System;
// ReSharper disable InconsistentNaming
@@ -40,7 +40,7 @@ namespace DiscImageChef.Core.Devices.Dumping
{
public void NVMe()
{
throw new NotImplementedException("NVMe devices not yet supported.");
StoppingErrorMessage?.Invoke("NVMe devices not yet supported.");
}
}
}