naps2/NAPS2.Sdk/ImportExport/ImageRenderException.cs
2018-11-25 12:37:54 -05:00

11 lines
166 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
namespace NAPS2.ImportExport
{
public class ImageRenderException : Exception
{
}
}