Exception: SpreadsheetArchitect::Exceptions::NoDataError

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

Instance Method Summary collapse

Constructor Details

#initializeNoDataError



38
39
40
# File 'lib/spreadsheet_architect/exceptions.rb', line 38

def initialize
  super("Missing :data or :instances option")
end