Exception: SpreadsheetArchitect::Exceptions::NoDataError

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

Instance Method Summary collapse

Constructor Details

#initializeNoDataError

Returns a new instance of NoDataError.



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

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