feature/m1-resource-project-services #70

Merged
freemo merged 1 commits from feature/m1-resource-project-services into master 2026-02-17 04:55:07 +00:00
@@ -2271,7 +2271,7 @@ class ProjectNotFoundError(DatabaseError):
class DuplicateLinkError(DatabaseError):
"""Raised when creating a duplicate alias within a project."""
"""Raised when creating a link that duplicates an existing alias in a project."""
def __init__(self, project_name: str, alias: str):
super().__init__(f"Alias '{alias}' already exists in project '{project_name}'")