Exception: PhraseAppUpdater::PhraseAppAPI::MissingGitParentError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/phraseapp_updater/phraseapp_api.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingGitParentError

Returns a new instance of MissingGitParentError.



288
289
290
# File 'lib/phraseapp_updater/phraseapp_api.rb', line 288

def initialize
  super('Could not locate tag representing git ancestor commit')
end