Exception: Berkshelf::LockfileNotFound
- Inherits:
-
BerkshelfError
- Object
- StandardError
- BerkshelfError
- Berkshelf::LockfileNotFound
- Defined in:
- lib/berkshelf/errors.rb
Instance Method Summary collapse
Methods inherited from BerkshelfError
Instance Method Details
#to_s ⇒ Object
445 446 447 |
# File 'lib/berkshelf/errors.rb', line 445 def to_s "Lockfile not found! Run `berks install` to create the lockfile." end |