Exception: Clearbooks::LockfileNotFound

Inherits:
ClearbooksError show all
Defined in:
lib/clearbooks/error/errors.rb

Instance Method Summary collapse

Methods inherited from ClearbooksError

status_code

Instance Method Details

#to_sObject



200
201
202
# File 'lib/clearbooks/error/errors.rb', line 200

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