Exception: SpreadsheetArchitect::Exceptions::InvalidRangeStylesOptionError

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidRangeStylesOptionError

Returns a new instance of InvalidRangeStylesOptionError.



29
30
31
# File 'lib/spreadsheet_architect/exceptions.rb', line 29

def initialize(type)
  super("Invalid type for range_styles #{type} option. Allowed formats are Integer, Range, or :all")
end