Skip to content

Refactor 'errors.py' -> 'exceptions.py' #764

@tjlaboss

Description

@tjlaboss

Is your feature request related to a problem? Please describe.

errors.py contains both warnings and errors. It should be given the more general name exceptions.py

Describe the solution you'd like

  • Rename the file as-is
  • Add a new errors.py that just imports everything from exceptions.py, possibly with a deprecation warning

Describe alternatives you've considered

Split into errors.py and warnings.py

Metadata

Metadata

Assignees

Labels

code improvementA feature request that will improve the software and its maintainability, but be invisible to users.low priority

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions