Skip to content

Added base exception class NoSQLMapException inside exception.py. #99

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

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

bbeale
Copy link
Contributor

@bbeale bbeale commented Apr 8, 2020

I'm not quite sure if you had intended for the exception class to actually do anything yet, so I created NoSQLMapException and just left the class empty. I fixed any generic except statements in the other files to use the new base exception but didn't otherwise change any behavior.

Is this what you had in mind?

Also worth mentioning were functions in nsmcouch.py and nsmmongo.py that looked like they were missing some arguments. I hadn't set out to fix those, but figured it was easy enough since PyCharm was yelling at me.

@codingo codingo merged commit 9912446 into codingo:master Apr 9, 2020
@codingo
Copy link
Owner

codingo commented Apr 9, 2020

Excellent work, thank-you!

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.

2 participants