class PhraseAppUpdater::PhraseAppAPI::MissingGitParentError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/phraseapp_updater/phraseapp_api.rb, line 252 def initialize super('Could not locate tag representing git ancestor commit') end