Remove custom exceptions.

This commit is contained in:
2021-09-21 04:57:46 +01:00
parent 42597b89cf
commit c8ef02c709
5 changed files with 2 additions and 7 deletions

View File

@@ -32,8 +32,6 @@
using System;
using System.Collections.Generic;
using Aaru.CommonTypes;
using Aaru.CommonTypes.Exceptions;
using Aaru.CommonTypes.Structs;
using Schemas;
@@ -44,7 +42,7 @@ namespace Aaru.DiscImages
/// <inheritdoc />
public string Name => "DIM Disk Image";
/// <inheritdoc />
public Guid Id => new Guid("0240B7B1-E959-4CDC-B0BD-386D6E467B88");
public Guid Id => new("0240B7B1-E959-4CDC-B0BD-386D6E467B88");
/// <inheritdoc />
public ImageInfo Info => _imageInfo;
/// <inheritdoc />