Source code for ralph.git.rebase.rebase_operation_error

"""Exception raised when a rebase operation fails."""

from __future__ import annotations


[docs] class RebaseOperationError(Exception): """Raised when a rebase operation fails."""