Source code for ralph.prompts._missing_plan_handoff_error

from __future__ import annotations


[docs] class MissingPlanHandoffError(ValueError): """Raised when a template requires an existing plan handoff that is absent."""