Exception: Berkshelf::LockfileNotFound

Inherits:
BerkshelfError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

set_status_code

Instance Method Details

#to_sObject



442
443
444
# File 'lib/berkshelf/errors.rb', line 442

def to_s
  'Lockfile not found! Run `berks install` to create the lockfile.'
end