class Tangle::CyclicError

CyclicError is raised when an edge cycle is disallowed.

Public Class Methods

new(reason = 'cycles not allowed', *) click to toggle source
Calls superclass method
# File lib/tangle/errors.rb, line 34
def initialize(reason = 'cycles not allowed', *)
  super
end