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