Exception: VersionManager::Make::BranchIsNotUpToDateError
- Inherits:
-
StandardError
- Object
- StandardError
- VersionManager::Make::BranchIsNotUpToDateError
- Defined in:
- lib/version-manager/make.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 5 6 |
# File 'lib/version-manager/make.rb', line 4 def 'Remote branch and local one are different. You need to update your branch or push your changes' end |