Skip to content

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

Merged
codingo merged 1 commit intocodingo:masterfrom
bbeale:master
Apr 9, 2020
Merged

Added base exception class NoSQLMapException inside exception.py.#99
codingo merged 1 commit intocodingo:masterfrom
bbeale:master

Conversation

@bbeale
Copy link
Copy Markdown
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
Copy Markdown
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