Exception: Fox::LockfileNotFound

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



199
200
201
# File 'lib/fox/error/errors.rb', line 199

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