Added solution for Car Crash problem - #5
Open
Poyam-ITT wants to merge 4 commits into
Open
Conversation
Poyam-ITT
requested review from
mukulpalol16,
nansi-maheshwari-ITT and
nitintayal008
April 2, 2024 10:13
mukulpalol16
reviewed
Apr 2, 2024
mukulpalol16
reviewed
Apr 2, 2024
mukulpalol16
reviewed
Apr 2, 2024
mukulpalol16
approved these changes
Apr 3, 2024
mukulpalol16
left a comment
Collaborator
There was a problem hiding this comment.
all seems good to me
Naman7877
reviewed
Apr 3, 2024
Naman7877
reviewed
Apr 3, 2024
nitintayal008
approved these changes
Apr 3, 2024
nansi-maheshwari-ITT
approved these changes
Apr 3, 2024
Naman7877
approved these changes
Apr 3, 2024
| @@ -0,0 +1,81 @@ | |||
| namespace CarApplication | |||
| { | |||
| public class ExceptionHandler | |||
Collaborator
There was a problem hiding this comment.
ExceptionHandler is more like a generalized name. Rename it to something more specific.
PradeepITT
approved these changes
Apr 3, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have to consider a car crash scenario and implement exception handling.
Note: We have to consider all the maximum exceptions we could have with adequate error handling