Exception: Arborist::InheritanceError
- Inherits:
-
StandardError
- Object
- StandardError
- Arborist::InheritanceError
- Defined in:
- lib/arborist/exceptions.rb
Instance Method Summary collapse
-
#initialize(method_name) ⇒ InheritanceError
constructor
A new instance of InheritanceError.
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 |