Exception: RungerReleaseAssistant::UnknownPrimaryBranch

Inherits:
StandardError
  • Object
show all
Defined in:
lib/runger_release_assistant.rb

Constant Summary collapse

DEFAULT_MESSAGE =
<<~MESSAGE.squish
  Failed to automatically determine primary branch. Specify it via the `primary_branch` option.
MESSAGE

Instance Method Summary collapse

Constructor Details

#initialize(message = DEFAULT_MESSAGE) ⇒ UnknownPrimaryBranch

Returns a new instance of UnknownPrimaryBranch.



41
42
43
# File 'lib/runger_release_assistant.rb', line 41

def initialize(message = DEFAULT_MESSAGE)
  super
end