Exception: ValueObject::NotImplementedInvariant

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotImplementedInvariant

Returns a new instance of NotImplementedInvariant.



3
4
5
# File 'lib/exceptions.rb', line 3

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