Exception: SpreadsheetArchitect::Exceptions::MultipleDataSourcesError

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

Instance Method Summary collapse

Constructor Details

#initializeMultipleDataSourcesError

Returns a new instance of MultipleDataSourcesError.



44
45
46
# File 'lib/spreadsheet_architect/exceptions.rb', line 44

def initialize
  super("Both :data and :instances options cannot be combined, please choose one.")
end