Skip to content

Commit

Permalink
Merge branch 'RyanSinfield-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshClose committed Oct 9, 2022
2 parents 2f4fc34 + 931f374 commit 7458d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CsvHelper/Configuration/ClassMap`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public virtual MemberReferenceMap References<TClassMap>(Expression<Func<TClass,
var stack = ReflectionHelper.GetMembers(expression);
if (stack.Count == 0)
{
throw new InvalidOperationException("No members were found in expression '{expression}'.");
throw new InvalidOperationException($"No members were found in expression '{expression}'.");
}

ClassMap currentClassMap = this;
Expand Down

0 comments on commit 7458d1e

Please sign in to comment.