MCPcopy Create free account
hub / github.com/beetbox/beets / PluginConflictError

Class PluginConflictError

beets/plugins.py:108–113  ·  view source on GitHub ↗

Indicates that the services provided by one plugin conflict with those of another. For example two plugins may define different types for flexible fields.

Source from the content-addressed store, hash-verified

106
107
108class PluginConflictError(Exception):
109 """Indicates that the services provided by one plugin conflict with
110 those of another.
111
112 For example two plugins may define different types for flexible fields.
113 """
114
115
116class PluginImportError(ImportError):

Callers 2

typesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected