Skip to content

Modularize Exceptions #16

@Diptonil

Description

@Diptonil

Version Observed In

1.0.0

Description

  • Exceptions are tightly coupled with the client as of now, which means constant change of the client, rather than extension.
  • Even though complete adherence to OCP may not be possible we need to reduce clutter from the client code.
  • The exceptions.py file is very general. Modularisation must be done there as well.

Errors

None.

Expected Behaviour

Exceptions must work as it did before (nothing must break).

Further Comments

None.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions