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 68a47db commit e473e51
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ private static LocalFileValidationException CreateLocalFileValidationException(X
message: "Local file validation error occurred, fix error and try again.",
innerException);
}
private static LocalFileDependencyValidationException CreateLocalFileDependencyValidationException(Xeption innerException)
private static LocalFileDependencyValidationException CreateLocalFileDependencyValidationException(
Xeption innerException)
{
return new LocalFileDependencyValidationException(
message: "Local file dependency validation error occurred, fix the errors and try again.",
Expand Down

0 comments on commit e473e51

Please sign in to comment.