Source code for metaclass_registry.exceptions
"""Exceptions for metaclass-registry."""
[docs]
class DiscoveryError(RegistryError):
"""Exception raised when plugin discovery fails."""
pass
"""Exceptions for metaclass-registry."""
[docs]
class DiscoveryError(RegistryError):
"""Exception raised when plugin discovery fails."""
pass