Add more specific exception types for lockfile and notinstalled

This commit is contained in:
Caelan Sayler
2025-01-10 11:37:20 +00:00
committed by Caelan
parent 143cbb052b
commit 379e533c78
8 changed files with 143 additions and 67 deletions

View File

@@ -2,6 +2,7 @@
using NuGet.Versioning;
using Velopack.Compression;
using Velopack.Core;
using Velopack.Exceptions;
using Velopack.Locators;
using Velopack.Sources;
using Velopack.Tests.TestHelpers;