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

fix(storage): throw pluginNotAddedException when storage plugin not c… #1903

Merged
merged 1 commit into from Jul 20, 2022
Merged

fix(storage): throw pluginNotAddedException when storage plugin not c… #1903

merged 1 commit into from Jul 20, 2022

Conversation

ragingsquirrel3
Copy link
Contributor

Issue #1875

This PR improves error handling for storage category when plugin has not been added. Other categories have this check in core to ensure there is a plugin configured before calling a method on the plugin. Storage didn't have it, which gives an inconsistent error message in that scenario. This PR adds the same logic to storage.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ragingsquirrel3 ragingsquirrel3 requested a review from a team as a code owner July 20, 2022 17:19
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.

None yet

4 participants