Source code for pymantra.database.exceptions
[docs]class IncorrectNodeType(ValueError):
"""
Exception for incorrect node types. This can either mean that an invalid
node type is encountered or that an invalid number of node types for a
single node was found
"""