Exception: SpreadsheetArchitect::Exceptions::SpreadsheetColumnsNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initialize(klass = nil) ⇒ SpreadsheetColumnsNotDefinedError

Returns a new instance of SpreadsheetColumnsNotDefinedError.



23
24
25
# File 'lib/spreadsheet_architect/exceptions.rb', line 23

def initialize(klass=nil)
  super("The spreadsheet_columns option is not defined on #{klass.name}")
end