Exception: SpreadsheetArchitect::Exceptions::InvalidTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(which) ⇒ InvalidTypeError



20
21
22
# File 'lib/spreadsheet_architect/exceptions.rb', line 20

def initialize(which)
  super("Invalid data type for the #{which}")
end