Skip to content

Commit

Permalink
Merge pull request #559 from Lezune/users/Lezune/Foundations-Completi…
Browse files Browse the repository at this point in the history
…ons-Update

CODE RUB: Foundations Completions Exceptions Update v2.10.1
  • Loading branch information
glhays authored Jun 12, 2024
2 parents 625e735 + c75bb41 commit 882d8e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ private static CompletionDependencyException CreateCompletionDependencyException
innerException);
}

private static CompletionDependencyValidationException CreateCompletionDependencyValidationException(Xeption innerException)
private static CompletionDependencyValidationException CreateCompletionDependencyValidationException(
Xeption innerException)
{
return new CompletionDependencyValidationException(
message: "Completion dependency validation error occurred, fix errors and try again.",
Expand Down

0 comments on commit 882d8e3

Please sign in to comment.