3 lines
130 B
C#
3 lines
130 B
C#
|
namespace OpenHarbor.Abstractions;
|
|||
|
|
|||
|
public class FileDoesNotExistException(string path) : Exception($"{path} does not exist.");
|