class Genealogy::IncompatibleRelationshipException

Public Class Methods

new(msg = "Trying to create an incompatible relationship") click to toggle source
Calls superclass method
# File lib/genealogy/exceptions.rb, line 6
def initialize(msg = "Trying to create an incompatible relationship")
  super(msg)
end