Exception: LanguageCards::CardCollection::EmptyCollection

Inherits:
StandardError
  • Object
show all
Defined in:
lib/language_cards/card_collection.rb

Instance Method Summary collapse

Constructor Details

#initializeEmptyCollection

Returns a new instance of EmptyCollection.



92
93
94
# File 'lib/language_cards/card_collection.rb', line 92

def initialize
  super(I18n.t 'Errors.EmptyCollection')
end