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