Files

6 lines
145 B
Python
Raw Permalink Normal View History

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