Exception: Cheer::Error::InvalidSortOrder

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/cheer/error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
# File 'lib/cheer/error.rb', line 11

def message
  ':sort_order option is not an array of symbols or strings'
end