Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CODE RUB: Change Wrong Exception Message #305

Conversation

ZafarUrakov
Copy link
Contributor

Closes #304

@ZafarUrakov ZafarUrakov marked this pull request as draft September 12, 2024 05:58
@ZafarUrakov ZafarUrakov marked this pull request as ready for review September 12, 2024 06:02
@@ -1072,7 +1072,7 @@ private async Task ShouldThrowValidationExceptionOnRetrieveByIdIfStudentNotFound

var notFoundStudentException =
new NotFoundStudentException(
message: $"Student not found with the id: {inputStudentId}",
message: $"Student is not found with the id: {inputStudentId}",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Not found user with id ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CODE RUB: Use Correct Error Message
2 participants