Exception: Gatherer::CardNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Gatherer::CardNotFound
- Defined in:
- lib/gatherer/card_parser.rb
Instance Method Summary collapse
-
#initialize ⇒ CardNotFound
constructor
A new instance of CardNotFound.
Constructor Details
#initialize ⇒ CardNotFound
Returns a new instance of CardNotFound.
245 246 247 |
# File 'lib/gatherer/card_parser.rb', line 245 def initialize super("Could not find card.") end |