edgegraph.exceptions

edgegraph.exceptions#

General-purpose exceptions for use across all of edgegraph.

This module contains all exception types which will be thrown by edgegraph.

Exceptions

GraphContainsCyclesError

A graph under examination contains a cycle and is being used in a process which cannot process such graphs.