Exception: Snaptime::Exceptions::AssociationTargetNotVersioned

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

Instance Method Summary collapse

Constructor Details

#initialize(target_class) ⇒ AssociationTargetNotVersioned

Returns a new instance of AssociationTargetNotVersioned.



10
11
12
# File 'lib/snaptime/exceptions.rb', line 10

def initialize(target_class)
  super("Association target #{target_class.inspect} does not appear to be versioned.")
end