dotnet-storage/OpenHarbor.Abstractions/FileDoesNotExistException.cs

3 lines
130 B
C#

namespace OpenHarbor.Abstractions;
public class FileDoesNotExistException(string path) : Exception($"{path} does not exist.");