Is there an existing issue for this?
Problem statement
flowx defines several custom error classes throughout the codebase. Error classes are not well-standardized and difficult to maintain.
Proposed Solution
Create an errors.py module defining all flowx error classes.
Additional Context
Follow-up to #73 .
Is there an existing issue for this?
Problem statement
flowx defines several custom error classes throughout the codebase. Error classes are not well-standardized and difficult to maintain.
Proposed Solution
Create an
errors.pymodule defining all flowx error classes.Additional Context
Follow-up to #73 .