class Tangle::LoopError
LoopError
is raised when a looped edge is disallowed.
Public Class Methods
new(reason = 'loops not allowed', *)
click to toggle source
Calls superclass method
# File lib/tangle/errors.rb, line 8 def initialize(reason = 'loops not allowed', *) super end