4 lines
141 B
C#
4 lines
141 B
C#
namespace OpenHarbor.Storage.Abstractions;
|
|
|
|
public class FileAlreadyExistsException(string path) : Exception($"{path} already exists..");
|