class Tangle::MultiEdgeError

MultiEdgeError is raised when multiple edges between a single pair of vertices is disallowed.

Public Class Methods

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