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

Add CreateForNoSuchElement and CreateForNotMissingElement overloaded methods to ExceptionFactory that use SearchFailureData #28

Closed
YevgeniyShunevych opened this issue Apr 9, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

Add 2 overloaded methods to ExceptionFactory:

public static NoSuchElementException CreateForNoSuchElement(SearchFailureData searchFailureData);

public static NotMissingElementException CreateForNotMissingElement(SearchFailureData searchFailureData);

Update existing CreateForNoSuchElement and CreateForNotMissingElement methods to invoke the new overloaded ones.

@YevgeniyShunevych YevgeniyShunevych added this to the 1.2.0 milestone Apr 9, 2019
@YevgeniyShunevych YevgeniyShunevych self-assigned this Apr 9, 2019
YevgeniyShunevych added a commit that referenced this issue Apr 9, 2019
…ded methods to ExceptionFactory that use SearchFailureData; Add ExceptionFactoryTests with 4 tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant