"""Custom exceptions for the orchestrator plugin.""" class PluginDBError(Exception): """Raised when a database operation fails.""" pass