Exception: NoLockfileException
- Inherits:
-
StandardError
- Object
- StandardError
- NoLockfileException
- Defined in:
- lib/breezer/exceptions.rb
Overview
Thrown when we can’t find a Lockfile (Gemfile.lock)
Instance Method Summary collapse
-
#initialize(msg = 'Unable to find a Lockfile') ⇒ NoLockfileException
constructor
A new instance of NoLockfileException.
Constructor Details
#initialize(msg = 'Unable to find a Lockfile') ⇒ NoLockfileException
Returns a new instance of NoLockfileException.
12 13 14 |
# File 'lib/breezer/exceptions.rb', line 12 def initialize(msg = 'Unable to find a Lockfile') super end |