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

Implement more-complete SphobjinvError exception hierarchy #118

Open
3 tasks
bskinn opened this issue Jun 4, 2020 · 0 comments
Open
3 tasks

Implement more-complete SphobjinvError exception hierarchy #118

bskinn opened this issue Jun 4, 2020 · 0 comments

Comments

@bskinn
Copy link
Owner

bskinn commented Jun 4, 2020

Regular Python exceptions are explicitly raised at various spots in the codebase.

Better to refactor these to (possibly new) subclasses of SphobjinvError.

Make sure to remove any per-file flake8 error ignores for cmdline.py once the exception handling is (presumably) de-generalized.

@bskinn bskinn added this to the v3.0 milestone Jun 4, 2020
bskinn added a commit that referenced this issue Oct 24, 2020
Local noqa override for conftest.py, because *any* error during
the Sphinx live-load is a failing test.

Blanket override on cmdline.py for now, awaiting the exception
hierarchy rework of #118.
bskinn added a commit that referenced this issue Jun 4, 2022
Closes #99.

The messages will need to be changed/expanded/etc. once the
exception hierarchy rework of #118 is done.
@bskinn bskinn mentioned this issue Aug 28, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant