Exception: VCSToolkit::Utils::DivergedHistoriesError

Inherits:
VCSToolkitError
  • Object
show all
Defined in:
lib/vcs_toolkit/utils/sync.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'The local and remote histories have diverged') ⇒ DivergedHistoriesError

Returns a new instance of DivergedHistoriesError.



67
68
69
# File 'lib/vcs_toolkit/utils/sync.rb', line 67

def initialize(message='The local and remote histories have diverged')
  super
end