:class:`ProjectAlreadyExistsException` ====================================== .. py:exception:: ansys.sam.sysml2.exception.connector_exception.ProjectAlreadyExistsException Bases: :py:obj:`ConnectorException` Exception when a project with the same name already exists. .. !! processed by numpydoc !! Import detail ------------- .. code-block:: python from ansys.sam.sysml2.exception.connector_exception import ProjectAlreadyExistsException