Exception: SpreadsheetArchitect::Exceptions::InvalidRangeStylesOptionError

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

Instance Method Summary collapse

Constructor Details

#initialize(type, opt) ⇒ InvalidRangeStylesOptionError



32
33
34
# File 'lib/spreadsheet_architect/exceptions.rb', line 32

def initialize(type, opt)
  super("Invalid or missing :#{type} option for `#{opt}`. :#{type} can be an integer, range, or :all")
end