class PlayStoreInfo::AppNotFound

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/play_store_info/errors.rb, line 13
def initialize
  super 'Could not find app in Google Play Store'
end