namespace OF_DL.Exceptions; public sealed class ExitCodeException(int exitCode) : Exception { public int ExitCode { get; } = exitCode; }