Exception: Berkshelf::MissingLockfileCookbookVersion
- Inherits:
-
CookbookNotFound
- Object
- StandardError
- BerkshelfError
- CookbookNotFound
- Berkshelf::MissingLockfileCookbookVersion
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from CookbookNotFound
Methods inherited from BerkshelfError
Constructor Details
This class inherits a constructor from Berkshelf::CookbookNotFound
Instance Method Details
#to_s ⇒ Object
539 540 541 542 543 |
# File 'lib/berkshelf/errors.rb', line 539 def to_s super + " " \ "This can happen if the remote cookbook has been deleted or if the sources inside the Berksfile have changed. " \ "Please run `berks update #{@name}` to resolve to a valid version." end |