Exception: Clearbooks::LockfileOutOfSync

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



209
210
211
# File 'lib/clearbooks/error/errors.rb', line 209

def to_s
  'The lockfile is out of sync! Run `berks install` to sync the lockfile.'
end