Exception: PlayStoreInfo::AppNotFound

Inherits:
GenericError
  • Object
show all
Defined in:
lib/play_store_info/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeAppNotFound

Returns a new instance of AppNotFound.



13
14
15
# File 'lib/play_store_info/errors.rb', line 13

def initialize
  super 'Could not find app in Google Play Store'
end