Exceptions Submodule

Exceptions that are unique to dequindre.

exception dequindre.exceptions.CyclicGraphError

Bases: Exception

Dequindre will generate an infinite schedule given a cyclic graph

exception dequindre.exceptions.EarlyAbortError

Bases: Exception

Used in conjunction with Dequindre.run_tasks() for error handling