dotnet-storage/OpenHarbor.Abstractions/FileAlreadyExistsException.cs

4 lines
133 B
C#

namespace OpenHarbor.Abstractions;
public class FileAlreadyExistsException(string path) : Exception($"{path} already exists..");