Exception: LanguageCards::CardCollection::EmptyCollection
- Inherits:
-
StandardError
- Object
- StandardError
- LanguageCards::CardCollection::EmptyCollection
- Defined in:
- lib/language_cards/card_collection.rb
Instance Method Summary collapse
-
#initialize ⇒ EmptyCollection
constructor
A new instance of EmptyCollection.
Constructor Details
#initialize ⇒ EmptyCollection
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 |