From 49ce4616cfcb30b7117977fec5109fea84696d8e Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Mon, 31 Mar 2025 17:01:56 -0500 Subject: [PATCH] refactor: Add ArgumentException -> ArgumentNullException --- ...meterValidationWithArgumentNullException.ThrowIfNull.Tests.cs} | 0 ...3.ParameterValidationWithArgumentNullException.ThrowIfNull.cs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/Chapter05.Tests/{Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.Tests.cs => Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.Tests.cs} (100%) rename src/Chapter05/{Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.cs => Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.cs} (100%) diff --git a/src/Chapter05.Tests/Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.Tests.cs b/src/Chapter05.Tests/Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.Tests.cs similarity index 100% rename from src/Chapter05.Tests/Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.Tests.cs rename to src/Chapter05.Tests/Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.Tests.cs diff --git a/src/Chapter05/Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.cs b/src/Chapter05/Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.cs similarity index 100% rename from src/Chapter05/Listing05.33.ParameterValidationWithArgumentException.ThrowIfNull.cs rename to src/Chapter05/Listing05.33.ParameterValidationWithArgumentNullException.ThrowIfNull.cs