Exception: SpreadsheetArchitect::Exceptions::MultipleDataSourcesError

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

Instance Method Summary collapse

Constructor Details

#initializeMultipleDataSourcesError

Returns a new instance of MultipleDataSourcesError.



50
51
52
# File 'lib/spreadsheet_architect/exceptions.rb', line 50

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