Exception: DagMe::CycleError

Inherits:
Error
  • Object
show all
Defined in:
lib/dag_me/errors.rb

Overview

Raised when inserting an edge would make the graph cyclic. The rejection itself happens in the database trigger; this wraps the PG exception.