Exception: SpreadsheetArchitect::Exceptions::InvalidRangeStylesOptionError
- Inherits:
-
StandardError
- Object
- StandardError
- SpreadsheetArchitect::Exceptions::InvalidRangeStylesOptionError
- Defined in:
- lib/spreadsheet_architect/exceptions.rb
Instance Method Summary collapse
-
#initialize(type, opt) ⇒ InvalidRangeStylesOptionError
constructor
A new instance of InvalidRangeStylesOptionError.
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 |