Files
a0_software_orchestrator/helpers/exceptions.py
T

6 lines
145 B
Python
Raw Normal View History

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