HHSIDEAlab/medicaid_eligibility

Rulesets should insist on receiving the correct inputs and configs

Opened this issue · 0 comments

Currently, a ruleset only complains about missing inputs/configs if it reaches a point in the logic where it needs to reference that input/config. Rulesets should instead first check that the all the inputs/configs required for the ruleset are present and throw an error if they are not.