Exception: Berkshelf::LockfileOutOfSync
- Inherits:
-
BerkshelfError
- Object
- StandardError
- BerkshelfError
- Berkshelf::LockfileOutOfSync
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from BerkshelfError
Instance Method Details
#to_s ⇒ Object
472 473 474 |
# File 'lib/berkshelf/errors.rb', line 472 def to_s "The lockfile is out of sync! Run `berks install` to sync the lockfile." end |