Exception: VersionManager::Make::ForbiddenBranchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/version-manager/make.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



10
11
12
# File 'lib/version-manager/make.rb', line 10

def message
  'You can not do actions from this branch. Checkout to appropriate branch'
end