Exception: Clearbooks::LockfileOutOfSync
- Inherits:
-
ClearbooksError
- Object
- StandardError
- ClearbooksError
- Clearbooks::LockfileOutOfSync
- Defined in:
- lib/clearbooks/error/errors.rb
Instance Method Summary collapse
Methods inherited from ClearbooksError
Instance Method Details
#to_s ⇒ Object
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 |