Exception: SpreadsheetArchitect::Exceptions::SpreadsheetColumnsNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initialize(klass, method_name = 'spreadsheet_columns') ⇒ SpreadsheetColumnsNotDefinedError

Returns a new instance of SpreadsheetColumnsNotDefinedError.



56
57
58
# File 'lib/spreadsheet_architect/exceptions.rb', line 56

def initialize(klass, method_name='spreadsheet_columns')
  super("The instance method `#{method_name}` is not defined on #{klass}")
end