Exception: Gatherer::CardNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gatherer/card_parser.rb

Instance Method Summary collapse

Constructor Details

#initializeCardNotFound

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