Exception: Fox::LockfileOutOfSync

Inherits:
FoxError
  • Object
show all
Defined in:
lib/fox/error/errors.rb

Instance Method Summary collapse

Methods inherited from FoxError

status_code

Instance Method Details

#to_sObject



208
209
210
# File 'lib/fox/error/errors.rb', line 208

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