Source code for pathfinder_framework.exceptions

[docs] class DuplicateIdError(ValueError): """Raised when there are duplicate IDs in the list.""" pass