class Github::Authorizations::App

def raise_app_authentication_error

def raise_app_authentication_error
  raise ArgumentError, 'To create authorization for the app, ' +
    'you need to provide client_id argument and client_secret parameter'
end