REQ-SELF-ERRORS-001 pass medium since 0.1.0
Statement: All vnvspec exceptions shall inherit from VnvspecError and carry a help_url attribute.
Rationale: Structured error hierarchy enables programmatic error handling and user-friendly diagnostics.
Verification Method: test
Last Checked: 2026-04-17 20:00 UTC
Acceptance Criteria
- SpecError, RequirementError, ContractError, AssessmentError all inherit from VnvspecError.
- Each has a help_url class attribute pointing to documentation.
Evidence
| ID | Kind | Verdict | Observed | Details |
|---|---|---|---|---|
| EV-AUTO-0007 | test | pass | 2026-04-17 20:00 | message: inherit=True, help_urls=True, base_ok=True |