Exception: Arborist::InheritanceError

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

Instance Method Summary collapse

Constructor Details

#initialize(method_name) ⇒ InheritanceError

Returns a new instance of InheritanceError.



20
21
22
23
# File 'lib/arborist/exceptions.rb', line 20

def initialize method_name
  super %Q{ Method not available in ActiveRecord::Migration. Inherit from
    Arborist::Migration to use #{method_name}}
end