MCPcopy Create free account
hub / github.com/github/spec-kit / StepCatalogError

Class StepCatalogError

src/specify_cli/workflows/catalog.py:597–598  ·  view source on GitHub ↗

Base error for step catalog operations.

Source from the content-addressed store, hash-verified

595
596
597class StepCatalogError(Exception):
598 """Base error for step catalog operations."""
599
600
601class StepValidationError(StepCatalogError):

Callers 3

_validate_urlMethod · 0.85
_fetch_single_catalogMethod · 0.85
_get_merged_stepsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected