class Tangle::GraphError

GraphError is raised when graph elements in an operation belong to different graphs.

Public Class Methods

new(reason = 'not in the same graph', *) click to toggle source
Calls superclass method
# File lib/tangle/errors.rb, line 26
def initialize(reason = 'not in the same graph', *)
  super
end