Exception: SortySorter::Errors::InvalidColumnDefined

Inherits:
SortyError
  • Object
show all
Defined in:
lib/sorty_sorter/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(col) ⇒ InvalidColumnDefined

Returns a new instance of InvalidColumnDefined.



9
10
11
# File 'lib/sorty_sorter/errors.rb', line 9

def initialize(col)
  super "Invalid value for column #{col}"
end