class PlayStoreInfo::ConnectionError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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