Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
100
class
PresetError(Exception):
101
""
"Base exception for preset-related errors."
""
102
pass
103
104
105
class
PresetValidationError(PresetError):
Callers
5
install_from_directory
Method · 0.85
_validate_catalog_payload
Method · 0.85
_fetch_single_catalog
Method · 0.85
fetch_catalog
Method · 0.85
download_pack
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected