MCPcopy Index your code
hub / github.com/github/spec-kit / BundlerError

Class BundlerError

src/specify_cli/bundler/__init__.py:13–19  ·  view source on GitHub ↗

Base class for all actionable bundler errors. Carrying a clean message lets the CLI layer print a single, user-facing line on stderr and exit non-zero without leaking a traceback (Constitution Principle V — explicit, actionable errors).

Source from the content-addressed store, hash-verified

11
12
13class BundlerError(Exception):
14 """Base class for all actionable bundler errors.
15
16 Carrying a clean message lets the CLI layer print a single, user-facing line
17 on stderr and exit non-zero without leaking a traceback (Constitution
18 Principle V — explicit, actionable errors).
19 """

Callers 15

installMethod · 0.90
_run_initFunction · 0.85
bundle_installFunction · 0.85
bundle_updateFunction · 0.85
_local_manifest_sourceFunction · 0.85
_resolve_manifest_pathFunction · 0.85
_download_manifestFunction · 0.85
_require_httpsFunction · 0.85
parse_versionFunction · 0.85
parse_constraintFunction · 0.85
find_project_rootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected