apidocsexceptions
bamboost.exceptions
Classes
InvalidCollectionError
Raised when a collection is invalid or does not exist.
DuplicateSimulationError
DuplicateSimulationError
(self, duplicates) -> None
Raised when trying to create a simulation whose parameters already exist in the collection.
Arguments:
- duplicates:
tuple[str, ...]
Attributes:
- duplicates=
bamboost.exceptions.DuplicateSimulationError(duplicates)
DuplicateSimulationError.__str__
(self) -> str