Exception: SpreadsheetArchitect::Exceptions::SpreadsheetColumnsNotDefinedError
- Inherits:
-
StandardError
- Object
- StandardError
- SpreadsheetArchitect::Exceptions::SpreadsheetColumnsNotDefinedError
- Defined in:
- lib/spreadsheet_architect/exceptions.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ SpreadsheetColumnsNotDefinedError
constructor
A new instance of SpreadsheetColumnsNotDefinedError.
Constructor Details
#initialize(klass) ⇒ SpreadsheetColumnsNotDefinedError
50 51 52 |
# File 'lib/spreadsheet_architect/exceptions.rb', line 50 def initialize(klass) super("The instance method `spreadsheet_columns` is not defined on #{klass}") end |