exceptions
A module containing different exceptions related to the topology subpackage.
Summary
Exceptions:
Exception raised for errors related to the Topology class |
Reference
- exception TopologyError(message)[source]
Bases:
PQException
Exception raised for errors related to the Topology class
- Parameters:
message (str) – The error message.