Exception: ValueObject::NotImplementedInvariant

Inherits:
Exception
  • Object
show all
Defined in:
lib/value_object.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotImplementedInvariant

Returns a new instance of NotImplementedInvariant.



54
55
56
# File 'lib/value_object.rb', line 54

def initialize(name)
  super "Invariant #{name} needs to be implemented"
end