MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / ConfigLoadFailure

Class ConfigLoadFailure

scenedetect/_cli/config.py:696–702  ·  view source on GitHub ↗

Raised when a user-specified configuration file fails to be loaded or validated.

Source from the content-addressed store, hash-verified

694
695
696class ConfigLoadFailure(Exception):
697 """Raised when a user-specified configuration file fails to be loaded or validated."""
698
699 def __init__(self, init_log: list[LogMessage], reason: Exception | None = None):
700 super().__init__()
701 self.init_log = init_log
702 self.reason = reason
703
704
705class ConfigRegistry:

Callers 1

_load_from_diskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected