Exceptions

Base exceptions and errors for Kinbaku

class KinbakuException[source]

Base class for exceptions in Kinbaku.

class KinbakuError[source]

Exception for serious errors in Kinbaku.

class NodeNotFound[source]

Exception raised if requested node does not exist

class EdgeNotFound[source]

Exception raised if requested edge does not exist.