Skip to content

Commit

Permalink
Refactored Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezune committed Jun 11, 2024
1 parent 4c47b82 commit c75bb41
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 c75bb41

Please sign in to comment.