vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using PdfSharpCore.Pdf;
|
||||
|
||||
namespace PdfSharpCore.Exceptions
|
||||
{
|
||||
public class PositionNotFoundException : System.Exception
|
||||
{
|
||||
public PositionNotFoundException(PdfObjectID id) : base($"Object with ID {id} resolved with negative position ") { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user