Exception: Tangle::MultiEdgeError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Tangle::MultiEdgeError
- Defined in:
- lib/tangle/errors.rb
Overview
MultiEdgeError is raised when multiple edges between a single pair of vertices is disallowed.
Instance Method Summary collapse
-
#initialize(reason = 'multiedges not allowed') ⇒ MultiEdgeError
constructor
A new instance of MultiEdgeError.
Constructor Details
#initialize(reason = 'multiedges not allowed') ⇒ MultiEdgeError
Returns a new instance of MultiEdgeError.
15 16 17 |
# File 'lib/tangle/errors.rb', line 15 def initialize(reason = 'multiedges not allowed', *) super end |