Exception: SpreadsheetArchitect::Exceptions::OptionTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(which) ⇒ OptionTypeError

Returns a new instance of OptionTypeError.



5
6
7
# File 'lib/spreadsheet_architect/exceptions.rb', line 5

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