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