Skip to content

Commit

Permalink
FOUNDATIONS:Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JaloliddinDeveloper committed May 29, 2024
1 parent 806c922 commit efa2c6c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ private async ValueTask<VideoMetadata> TryCatch(ReturningVideoMetadataFunction r
catch (Exception exception)
{
var failedVideoMetadataServiceException =
new FailedVideoMetadataServiceException(message: "Failed guest service error occurred,contact support",innerException:exception);
new FailedVideoMetadataServiceException(
message: "Failed guest service error occurred,contact support",
innerException:exception);

throw CreateAndLogServiseException(failedVideoMetadataServiceException);
}
Expand Down

0 comments on commit efa2c6c

Please sign in to comment.