Exception: SoftwareHeretics::ActiveRecord::SimplyVersioned::BadOptions

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

Instance Method Summary collapse

Constructor Details

#initialize(keys) ⇒ BadOptions

Returns a new instance of BadOptions.



15
16
17
# File 'lib/simply_versioned.rb', line 15

def initialize( keys )
  super( "Keys: #{keys.join( "," )} are not known by SimplyVersioned" )
end