Exception: PlayStoreInfo::ConnectionError

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

Instance Method Summary collapse

Constructor Details

#initializeConnectionError

Returns a new instance of ConnectionError.



19
20
21
# File 'lib/play_store_info/errors.rb', line 19

def initialize
  super 'Could not retrieve your app information at the moment. Please try again later.'
end