Exception: SpreadsheetArchitect::Exceptions::NoInstancesError

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

Instance Method Summary collapse

Constructor Details

#initializeNoInstancesError

Returns a new instance of NoInstancesError.



11
12
13
# File 'lib/spreadsheet_architect/exceptions.rb', line 11

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