MCPcopy
hub / github.com/github/spec-kit / PresetError

Class PresetError

src/specify_cli/presets/__init__.py:100–102  ·  view source on GitHub ↗

Base exception for preset-related errors.

Source from the content-addressed store, hash-verified

98
99
100class PresetError(Exception):
101 """Base exception for preset-related errors."""
102 pass
103
104
105class PresetValidationError(PresetError):

Callers 5

_fetch_single_catalogMethod · 0.85
fetch_catalogMethod · 0.85
download_packMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected