namespace NodePipeline.Configuration.Yaml.Exceptions; public class YamlFileIsEmptyException(string? fileName) : Exception { public string? FileName { get; } = fileName; }